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/clone/wp-conte.../plugins/redux-fr.../sample/sections/extensio...
File: custom-fonts.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Custom Fonts 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
Redux::set_section(
[11] Fix | Delete
$opt_name,
[12] Fix | Delete
array(
[13] Fix | Delete
'title' => esc_html__( 'Custom Fonts', 'your-textdomain-here' ),
[14] Fix | Delete
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-extensions/custom-fonts.html" target="_blank">https://devs.redux.io/core-extensions/custom-fonts.html</a>',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'fields' => array(
[17] Fix | Delete
array(
[18] Fix | Delete
'id' => 'custom_fonts',
[19] Fix | Delete
'type' => 'custom_fonts',
[20] Fix | Delete
),
[21] Fix | Delete
array(
[22] Fix | Delete
'id' => 'custom_fonts_typography',
[23] Fix | Delete
'type' => 'typography',
[24] Fix | Delete
'title' => esc_html__( 'Custom Fonts Typography', 'your-textdomain-here' ),
[25] Fix | Delete
'subtitle' => 'This will modify the font family of the .entry-title classes.',
[26] Fix | Delete
'output' => '.site-title, .widget-title, .entry-title, .wp-block-site-title',
[27] Fix | Delete
'font-size' => false,
[28] Fix | Delete
'line-height' => false,
[29] Fix | Delete
'text-align' => false,
[30] Fix | Delete
),
[31] Fix | Delete
),
[32] Fix | Delete
)
[33] Fix | Delete
);
[34] Fix | Delete
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function