apply_filters( 'mt_show_in_cart_fields', $fields, $event_id, $payment, $type, $count, $format ) → {string}
Show custom fields associated with individual cart items.
Parameters:
Name | Type | Description |
---|---|---|
$fields |
string | HTML output of displayed fields. Default empty. |
$event_id |
int | The event currently displayed. |
$payment |
int | bool | The payment ID if available. |
$type |
string | The current ticket type. |
$count |
int | Number of tickets purchased of this type. May change dynamically. |
$format |
string | Whether we're in the cart or confirmation view. |
- Source:
Returns:
- Type
- string