woocommerce_json_search_found_customers, $found_customers

woocommerce_json_search_found_customers, $found_customers

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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