Filter: mt_the_title

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

apply_filters( 'mt_the_title', $post_title, $ticket ) → {string}

Filter the event title as shown on tickets.

Parameters:
Name Type Description
$post_title string

The event title.

$ticket object

The ticket object.

Source:
Returns:
Type
string