apply_filters( 'mt_ticket_type_sales_closed', $show_closed, $event_id ) → {string}
Filter whether a ticket type that has closed will be shown for an event.
Parameters:
Name | Type | Description |
---|---|---|
$show_closed |
string | 'hide' or 'show'. |
$event_id |
int | ID for currently displayed post. |
- Source:
Returns:
- Type
- string