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/design-f...
File: box-shadow.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Box Shadow Sample config.
[2] Fix | Delete
* For full documentation, please visit: http:https://devs.redux.io/
[3] Fix | Delete
*
[4] Fix | Delete
* @package Redux
[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__( 'Box Shadow', 'your-textdomain-here' ),
[13] Fix | Delete
'id' => 'design-box-shadow',
[14] Fix | Delete
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/box-shadow.html" target="_blank">https://devs.redux.io/core-fields/box_shadow.html</a>',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'fields' => array(
[17] Fix | Delete
array(
[18] Fix | Delete
'id' => 'opt-box_shadow',
[19] Fix | Delete
'type' => 'box_shadow',
[20] Fix | Delete
'output' => array( '.site-header, header' ),
[21] Fix | Delete
'media_query' => array(
[22] Fix | Delete
'output' => true,
[23] Fix | Delete
'compiler' => true,
[24] Fix | Delete
'queries' => array(
[25] Fix | Delete
array(
[26] Fix | Delete
'rule' => 'screen and (max-width: 360px)',
[27] Fix | Delete
'selectors' => array( '.box-shadow' ),
[28] Fix | Delete
),
[29] Fix | Delete
array(
[30] Fix | Delete
'rule' => 'screen and (max-width: 1120px)',
[31] Fix | Delete
'selectors' => array( '.box-shadow-wide' ),
[32] Fix | Delete
),
[33] Fix | Delete
),
[34] Fix | Delete
),
[35] Fix | Delete
'title' => esc_html__( 'Box Shadow', 'your-textdomain-here' ),
[36] Fix | Delete
'subtitle' => esc_html__( 'Site Header Box Shadow with inset and drop shadows.', 'your-textdomain-here' ),
[37] Fix | Delete
'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ),
[38] Fix | Delete
),
[39] Fix | Delete
),
[40] Fix | Delete
)
[41] Fix | Delete
);
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function