apply_filters( 'tec_events_custom_tables_v1_query_modifier_applies_to_query', bool $should_filter, WP_Query $query, TECEventsCustom_TablesV1WP_QueryModifiersBase_Modifier $modifier )

Filters whether this modifier should modify the query.


Parameters

$should_filter

(bool) Should filter, defaults to rely on internal logic whether to modify.

$query

(WP_Query) The query object.

$modifier

(TECEventsCustom_TablesV1WP_QueryModifiersBase_Modifier) The modifier being used to filter the query.


Top ↑

Source

File: src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Only_Modifier.php


Top ↑

Changelog

Changelog
Version Description
6.0.5 Introduced.