apply_filters( 'tribe_get_ticket_label_plural', string $label, string $context )

Allows customization of the plural version of the Ticket label.


Parameters

$label

(string) The plural version of the Ticket label, defaults to "Tickets".

$context

(string) The context in which this string is filtered, e.g. 'verb' or 'template.php'.


Top ↑

Source

File: src/template-tags/tickets.php


Top ↑

Changelog

Changelog
Version Description
4.10.9 Introduced.