apply_filters( 'mt_price_in_label', $price_in_label, $event_id ) → {bool}
Filter whether the price should be shown in the label or as an aria-described field after the input.
Parameters:
Name | Type | Description |
---|---|---|
$price_in_label |
false | Default false. |
$event_id |
int | Event ID. |
- Source:
Returns:
- Type
- bool