apply_filters( 'tribe_events_archive_get_args', array $args , array $data , WP_REST_Request $request )
Filter the arguments used to get the events on the archive page via REST API.
Contents
Parameters
- $args
-
(array) Arguments used to get the events from the archive page.
- $data
-
(array) Array with the data to be returned in the REST response.
- $request
-
(WP_REST_Request)
Source
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |