apply_filters( 'tribe_events_single_venue_posts_per_page', int $posts_per_page )

Allow for cusotmizing the number of events that show on each single-venue page.


Parameters

$posts_per_page

(int) The number of events to show.


Top ↑

Source

File: src/functions/template-tags/venue.php


Top ↑

Changelog

Changelog
Version Description
4.4.16 Introduced.