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: search.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Search 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__( 'Live Search', 'your-textdomain-here' ),
[15] Fix | Delete
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-extensions/live-search.html" target="_blank">https://devs.redux.io/extensions/live-search.html</a>',
[16] Fix | Delete
'heading' => esc_html__( 'Try the search box at the top right of every panel or metabox section. It will dynamically filter out the visible fields to match your search.', 'your-textdomain-here' ),
[17] Fix | Delete
'customizer' => false,
[18] Fix | Delete
'subsection' => true,
[19] Fix | Delete
)
[20] Fix | Delete
);
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function