apply_filters( 'tec_tickets_attendees_order_view_title', string $view_title, int $post_id, string $page_type )

Filters the title on the Attendees, and Order list page.


Parameters

$view_title

(string) The view title.

$post_id

(int) The post ID.

$page_type

(string) Possible values tickets-attendees or tickets-orders.


Top ↑

Source

File: src/Tribe/Commerce/Orders_Tabbed_View.php


Top ↑

Changelog

Changelog
Version Description
5.6.2 Introduced.