do_action( 'mt_ticket_type_close_sales', $event, $type, $closed )
Executed an action when ticket sales are transitioned from open to closed for a specific ticket type.
Parameters:
Name | Type | Description |
---|---|---|
$event |
int | Event ID. |
$type |
string | Ticket type. |
$closed |
string | The string 'type'. |
- Source: