woocommerce_json_search_found_products filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_json_search_found_products', 'filter_function_name_1448' ); function filter_function_name_1448( $products ){ // filter... return $products; }
- $products
- -
Where the hook is called
woocommerce_json_search_found_products
woocommerce/includes/class-wc-ajax.php 1611
wp_send_json( apply_filters( 'woocommerce_json_search_found_products', $products ) );