apply_filters( 'mc_before_event_form', $output, $event_id ) → {string}
Insert content before the event form. Not in the form.
Parameters:
Name | Type | Description |
---|---|---|
$output |
string | HTML output. Default empty string. |
$event_id |
int | Event ID. |
- Source:
Returns:
- Type
- string