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/extensio...
File: widget-areas.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Widget Areas Sample config.
[2] Fix | Delete
*
[3] Fix | Delete
* For full documentation, please visit: http:https://devs.redux.io/
[4] Fix | Delete
*
[5] Fix | Delete
* @package Redux
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
defined( 'ABSPATH' ) || exit;
[9] Fix | Delete
[10] Fix | Delete
// --> Below this line not needed. This is just for demonstration purposes.
[11] Fix | Delete
Redux::set_section(
[12] Fix | Delete
$opt_name,
[13] Fix | Delete
array(
[14] Fix | Delete
'title' => esc_html__( 'Widget Areas', 'your-textdomain-here' ),
[15] Fix | Delete
// phpcs:ignore
[16] Fix | Delete
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/widget-areas.html" target="_blank">https://devs.redux.io/extensions/widget-areas.html</a>',
[17] Fix | Delete
'subsection' => true,
[18] Fix | Delete
'fields' => array(
[19] Fix | Delete
array(
[20] Fix | Delete
'id' => 'widget_areas',
[21] Fix | Delete
'type' => 'info',
[22] Fix | Delete
'style' => 'info',
[23] Fix | Delete
'notice' => true,
[24] Fix | Delete
'title' => esc_html__( 'Widget Areas is Already Running!', 'your-textdomain-here' ),
[25] Fix | Delete
[26] Fix | Delete
// translators: %1$s: Widget Admin URL.
[27] Fix | Delete
'subtitle' => sprintf( esc_html__( 'To see it in action, head over to your %1$s', 'your-textdomain-here' ), '<a href="' . admin_url( 'widgets.php' ) . '">' . esc_html__( 'Widgets page', 'your-textdomain-here' ) . '</a> (Applicable for Classic Widgets only).' ),
[28] Fix | Delete
),
[29] Fix | Delete
),
[30] Fix | Delete
)
[31] Fix | Delete
);
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function