woocommerce_json_search_found_pages, $pages_results

woocommerce_json_search_found_pages, $pages_results

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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