Filter: ep_query_send_ep_search_term_header

apply_filters( 'ep_query_send_ep_search_term_header', $send_header, $query_args ) → {bool}

Filter whether to send the EP-Search-Term header or not.

Parameters:
Name Type Description
$send_header bool

True means send the EP-Search-Term header

$query_args array

WP query args

Since:
  • 3.5.2
Source:
To Do:
  • Evaluate if we should remove tests for is_admin() and empty post types.
Returns:

New $send_header value

Type
bool