apply_filters( 'tec_tickets_panel_list_helper_text', string $text, WP_Post $post )

Filters the helper text shown at the bottom of Ticket panel meta box.


Parameters

$text

(string) The helper text with link.

$post

(WP_Post) The Post object.


Top ↑

Source

File: src/Tribe/Metabox.php


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.