: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework WordPress editor config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'WordPress Editor', 'your-textdomain-here' ),
'id' => 'editor-wordpress',
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/editor.html" target="_blank">https://devs.redux.io/core-fields/editor.html</a>',
'title' => esc_html__( 'Editor', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Use any of the features of WordPress editor inside your panel!', 'your-textdomain-here' ),
'default' => 'Powered by Redux Framework.',
'id' => 'opt-editor-tiny',
'title' => esc_html__( 'Editor w/o Media Button', 'your-textdomain-here' ),
'default' => 'Powered by Redux Framework.',
'media_buttons' => false,
'id' => 'opt-editor-full',
'title' => esc_html__( 'Editor - Full Width', 'your-textdomain-here' ),