apply_filters( 'mt_tickets_available_discrete_text', $default_text, $remaining, $tickets ) → {string}
Filter the string describing the number of tickets remaining as a fraction.
Parameters:
Name | Type | Description |
---|---|---|
$default_text |
string | Original available tickets text. |
$remaining |
int | Number of tickets remaining. |
$tickets |
int | Number of tickets available. |
- Source:
Returns:
- Type
- string