apply_filters( 'mc_event_controls', $controls, $mode, $event, $position ) → {array}
Filter array of controls shown on event editor.
Parameters:
Name | Type | Description |
---|---|---|
$controls |
array | Array of HTML strings to output in header and footer of event editor. |
$mode |
string | Context of event editing page. |
$event |
object | Event data. |
$position |
string | location of form. |
- Source:
Returns:
- Type
- array