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.


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)


Top ↑

Source

File: src/Tribe/REST/V1/Endpoints/Archive_Event.php


Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.