: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework ACE editor config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'ACE Editor', 'your-textdomain-here' ),
'desc' => esc_html__( 'For full documentation on the this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/ace-editor.html" target="_blank">https://devs.redux.io/core-fields/ace-editor.html</a>',
'id' => 'opt-ace-editor-css',
'title' => esc_html__( 'CSS Code', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Paste your CSS code here.', 'your-textdomain-here' ),
'desc' => 'Possible modes can be found at <a href="//ace.c9.io" target="_blank">ace.c9.io/</a>.',
'id' => 'opt-ace-editor-js',
'title' => esc_html__( 'JS Code', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Paste your JS code here.', 'your-textdomain-here' ),
'desc' => 'Possible modes can be found at <a href="//ace.c9.io" target="_blank">ace.c9.io/</a>.',
'default' => 'jQuery(document).ready(function(){\n\n});',
'id' => 'opt-ace-editor-php',
'title' => esc_html__( 'PHP Code', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Paste your PHP code here.', 'your-textdomain-here' ),
'desc' => 'Possible modes can be found at <a href="//ace.c9.io" target="_blank">ace.c9.io/</a>.',