Action: mt_ticket_handling_price

do_action( 'mt_ticket_handling_price', $ticket_handling, object}, $type )

Filter ticket handling price.

Parameters:
Name Type Description
$ticket_handling string

Handling price from settings.

object} int

$event Event post ID.

$type string

Ticket type.

Source:

apply_filters( 'mt_ticket_handling_price', $mt_ticket_handling, $event ) → {float}

Filter the amount charged for ticket handling on a particular event.

Parameters:
Name Type Description
$mt_ticket_handling float

Amount saved in settings for event handling.

$event int

Event ID.

Source:
Returns:
Type
float