woocommerce_json_search_found_product_attribute_terms, $terms, $taxonomy
woocommerce_json_search_found_product_attribute_terms, $terms, $taxonomy
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_json_search_found_product_attribute_terms, $terms, $taxonomy') is found 1 times:
- /includes/class-wc-ajax.php line 2192
* @since 7.0.0 * @param array $terms The list of matched terms. * @param string $taxonomy The terms taxonomy. */ wp_send_json( apply_filters( 'woocommerce_json_search_found_product_attribute_terms', $terms, $taxonomy ) ); } /** * Search for product attributes and return json. * * @return void