Include out-of-stock products in search results in FiboSearch

Include out-of-stock products in search results in FiboSearch on child sites.

Snippet Type

Execute on Child Sites

Snippet

//Force value of "Exclude “out of stock” products" option as "off"
add_filter( 'dgwt/wcas/settings/load_value/key=exclude_out_of_stock', function ( $value ) {
    return 'off';
}, PHP_INT_MAX - 5 );
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.