apply_filters( 'jb_content_editor_options', $editor_settings, $field_data ) → {array}
Filters the WP_Editor options.
Parameters:
Name | Type | Description |
---|---|---|
$editor_settings |
array | WP_Editor field's settings. See the all settings here https://developer.wordpress.org/reference/classes/_wp_editors/parse_settings/#parameters |
$field_data |
array | Frontend form's field data. |
- Since:
- 1.0
- Source:
Returns:
WP_Editor field's settings.
- Type
- array