Filter: ep_is_integrated_request

apply_filters( 'ep_is_integrated_request', bool, string, array )

Filter whether the queries for the current request should be integrated.

Parameters:
Name Type Description
bool

$is_integrated Whether queries for the request will be integrated.

string

$context Context for the original check. Usually the slug of the feature doing the check.

array

$types Which requests types are being checked.

Since:
  • 3.6.2
Source:
Returns:

bool Whether queries for the request will be integrated.