woocommerce_json_search_found_customers, $found_customers
woocommerce_json_search_found_customers, $found_customers
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_json_search_found_customers, $found_customers') is found 1 times:
- /includes/class-wc-ajax.php line 2011
$customer->get_email() ); } wp_send_json( apply_filters( 'woocommerce_json_search_found_customers', $found_customers ) ); } /** * Search for categories and return json. * * @return void