apply_filters( 'tribe_rest_venue_default_only_with_upcoming', bool $default_only_with_upcoming )

Filters whether only venues with upcoming events should be shown (true) or not (false) when the request parameter only_with_upcoming is not explicitly set.


Parameters

$default_only_with_upcoming

(bool)


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.