apply_filters( 'ep_bypass_exclusion_from_search', $bypass_exclusion_from_search, $query ) → {bool}
Filter whether the exclusion from the "exclude from search" checkbox should be applied
Parameters:
Name | Type | Description |
---|---|---|
$bypass_exclusion_from_search |
bool | True means all posts will be returned |
$query |
WP_Query | WP Query |
- Since:
- 4.4.0
- Source:
Returns:
New $bypass_exclusion_from_search value
- Type
- bool