apply_filters( 'mc_event_registration', $output, $has_data, $data, $context ) → {string}
Filter event registration fields.
Parameters:
Name | Type | Description |
---|---|---|
$output |
string | HTML output. Default empty. |
$has_data |
bool | Whether this event has data. |
$data |
object | Event data object. |
$context |
string | Indicates this is running in the admin. |
- Source:
Returns:
- Type
- string