woocommerce_json_search_found_pages, $pages_results
woocommerce_json_search_found_pages, $pages_results
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_json_search_found_pages, $pages_results') is found 1 times:
- /includes/class-wc-ajax.php line 2283
$post->ID ); } wp_send_json( apply_filters( 'woocommerce_json_search_found_pages', $pages_results ) ); } /** * Ajax request handling for categories ordering. * * @return void