mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
https://fibosearch.com/documentation/tips-tricks/include-out-of-stock-products-in-search-results/
3 lines
132 B
Text
3 lines
132 B
Text
add_filter( 'dgwt/wcas/settings/load_value/key=exclude_out_of_stock', function ( $value ) {
|
|
return 'off';
|
|
}, PHP_INT_MAX - 5 );
|