apply_filters( 'tec_events_query_default_view', string $default_view )

Allows other plugins (and v2 views) to hook in and alter this before we change the query.


Parameters

$default_view

(string) The slug of the default view to pass to the query.


Top ↑

Source

File: src/Tribe/Query.php


Top ↑

Changelog

Changelog
Version Description
5.12.3 Introduced.