apply_filters( 'mt_max_sale_per_event', $max_limit ) → {bool|int}
Filter maximum sale per event. Limits number of tickets that can be purchased at a time.
Parameters:
Name | Type | Description |
---|---|---|
$max_limit |
bool | Default false. |
- Source:
Returns:
Number of tickets that can be purchased at once or false.
- Type
- bool | int