apply_filters( 'mt_the_title', $post_title, $post ) → {string}
Filter the event title shown in the My Tickets reports dropdown.
Parameters:
Name | Type | Description |
---|---|---|
$post_title |
string | The Post Title. |
$post |
WP_Post | Post object. |
- Source:
Returns:
- Type
- string