woocommerce_json_search_found_pages

woocommerce_json_search_found_pages

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_json_search_found_pages') is found 1 times:

  • /includes/class-wc-ajax.php line 2042
    				$post->ID
    			);
    		}
    
    		wp_send_json( apply_filters( 'woocommerce_json_search_found_pages', $pages_results ) );
    	}
    
    	/**
    	 * Ajax request handling for categories ordering.
    	 */
    	public static function term_ordering() {