Code-Snippets-Functions/Execute a function on a child site/Ajax Search for WooCommerce/include-out-of-stock-products-in-search-results.txt

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 );