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.
Contents
Parameters
- $text
-
(string) The helper text with link.
- $post
-
(WP_Post) The Post object.
Source
File: src/Tribe/Metabox.php
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |