apply_filters( 'mc_custom_content_editor', $custom_editor, $value, $data ) → {string|bool}
Filter the editor to use a custom content editor field.
Parameters:
Name | Type | Description |
---|---|---|
$custom_editor |
string | bool | Bool to use default editor, otherwise the HTML output for your editor. |
$value |
string | Event description. |
$data |
object | Event object. |
- Source:
Returns:
- Type
- string | bool