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/advanced...
File: wpml-integration.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Framework WPML integration 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__( 'WPML Integration', 'your-textdomain-here' ),
[13] Fix | Delete
'desc' => esc_html__( 'These fields can be fully translated by WPML (WordPress Multi-Language). This serves as an example for you to implement. For extra details look at our WPML Implementation documentation: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/guides/advanced/wpml-integration.html" target="_blank" >https://devs.redux.io/guides/advanced/wpml-integration.html</a>',
[14] Fix | Delete
'subsection' => true,
[15] Fix | Delete
'fields' => array(
[16] Fix | Delete
array(
[17] Fix | Delete
'id' => 'wpml-text',
[18] Fix | Delete
'type' => 'textarea',
[19] Fix | Delete
'title' => esc_html__( 'WPML Text', 'your-textdomain-here' ),
[20] Fix | Delete
'desc' => esc_html__( 'This string can be translated via WPML.', 'your-textdomain-here' ),
[21] Fix | Delete
),
[22] Fix | Delete
array(
[23] Fix | Delete
'id' => 'wpml-multicheck',
[24] Fix | Delete
'type' => 'checkbox',
[25] Fix | Delete
'title' => esc_html__( 'WPML Multi Checkbox', 'your-textdomain-here' ),
[26] Fix | Delete
'desc' => esc_html__( 'You can literally translate the values via key.', 'your-textdomain-here' ),
[27] Fix | Delete
'options' => array(
[28] Fix | Delete
'1' => esc_html__( 'Option 1', 'your-textdomain-here' ),
[29] Fix | Delete
'2' => esc_html__( 'Option 2', 'your-textdomain-here' ),
[30] Fix | Delete
'3' => esc_html__( 'Option 3', 'your-textdomain-here' ),
[31] Fix | Delete
),
[32] Fix | Delete
),
[33] Fix | Delete
),
[34] Fix | Delete
)
[35] Fix | Delete
);
[36] Fix | Delete
[37] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function