Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/redux-fr.../sample/sections/editors
File: wordpress-editor.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Framework WordPress editor config.
[2] Fix | Delete
* For full documentation, please visit: http://devs.redux.io/
[3] Fix | Delete
*
[4] Fix | Delete
* @package Redux Framework
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
defined( 'ABSPATH' ) || exit;
[8] Fix | Delete
[9] Fix | Delete
Redux::set_section(
[10] Fix | Delete
$opt_name,
[11] Fix | Delete
array(
[12] Fix | Delete
'title' => esc_html__( 'WordPress Editor', 'your-textdomain-here' ),
[13] Fix | Delete
'id' => 'editor-wordpress',
[14] Fix | Delete
'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>',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'fields' => array(
[17] Fix | Delete
array(
[18] Fix | Delete
'id' => 'opt-editor',
[19] Fix | Delete
'type' => 'editor',
[20] Fix | Delete
'title' => esc_html__( 'Editor', 'your-textdomain-here' ),
[21] Fix | Delete
'subtitle' => esc_html__( 'Use any of the features of WordPress editor inside your panel!', 'your-textdomain-here' ),
[22] Fix | Delete
'default' => 'Powered by Redux Framework.',
[23] Fix | Delete
),
[24] Fix | Delete
array(
[25] Fix | Delete
'id' => 'opt-editor-tiny',
[26] Fix | Delete
'type' => 'editor',
[27] Fix | Delete
'title' => esc_html__( 'Editor w/o Media Button', 'your-textdomain-here' ),
[28] Fix | Delete
'default' => 'Powered by Redux Framework.',
[29] Fix | Delete
'args' => array(
[30] Fix | Delete
'wpautop' => false,
[31] Fix | Delete
'media_buttons' => false,
[32] Fix | Delete
'textarea_rows' => 5,
[33] Fix | Delete
'teeny' => false,
[34] Fix | Delete
'quicktags' => false,
[35] Fix | Delete
),
[36] Fix | Delete
),
[37] Fix | Delete
array(
[38] Fix | Delete
'id' => 'opt-editor-full',
[39] Fix | Delete
'type' => 'editor',
[40] Fix | Delete
'title' => esc_html__( 'Editor - Full Width', 'your-textdomain-here' ),
[41] Fix | Delete
'full_width' => true,
[42] Fix | Delete
),
[43] Fix | Delete
),
[44] Fix | Delete
)
[45] Fix | Delete
);
[46] Fix | Delete
[47] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function