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.
Contents
Parameters
- $default_view
-
(string) The slug of the default view to pass to the query.
Source
File: src/Tribe/Query.php
Changelog
| Version | Description |
|---|---|
| 5.12.3 | Introduced. |