apply_filters( 'tribe_aggregator_build_url_data', array<string, , string $endpoint )

Allow to filter the variable used to build the URL with add_query_arg to insert or change values as required.


Parameters

(<span class="arrayarray<string,) mixed> $data An array with the data to build the URL.

$endpoint

(string) The endpoint used to construct the URL.


Top ↑

Return

(array<string,) mixed> An array with the data used to build the URL.


Top ↑

Source

File: src/Tribe/Aggregator/Service.php


Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.