apply_filters( 'tribe_tickets_attendees_show_view_title', boolean $show_title, int $post_id )

Whether we should display the “Attendees for: %s [#%d]” view title.


Parameters

$show_title

(boolean) Whether to show the view title.

$post_id

(int) The post ID.


Top ↑

Source

File: src/Tribe/Commerce/Orders_Tabbed_View.php


Top ↑

Changelog

Changelog
Version Description
5.0.1 Introduced.