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: accordion.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Accordion 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__( 'Accordion', '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/accordion.html" target="_blank">https://devs.redux.io/core-extensions/accordion.html</a>',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'fields' => array(
[17] Fix | Delete
array(
[18] Fix | Delete
'id' => 'accordion-section-1',
[19] Fix | Delete
'type' => 'accordion',
[20] Fix | Delete
'title' => esc_html__( 'Accordion Section One', 'your-textdomain-here' ),
[21] Fix | Delete
'subtitle' => esc_html__( 'Section one with subtitle', 'your-textdomain-here' ),
[22] Fix | Delete
'position' => 'start',
[23] Fix | Delete
),
[24] Fix | Delete
array(
[25] Fix | Delete
'id' => 'opt-blank-text-1',
[26] Fix | Delete
'type' => 'text',
[27] Fix | Delete
'title' => esc_html__( 'Text box for some noble purpose.', 'your-textdomain-here' ),
[28] Fix | Delete
'subtitle' => esc_html__( 'Frailty, thy name is woman!', 'your-textdomain-here' ),
[29] Fix | Delete
),
[30] Fix | Delete
array(
[31] Fix | Delete
'id' => 'opt-switch-1',
[32] Fix | Delete
'type' => 'switch',
[33] Fix | Delete
'title' => esc_html__( 'Switch, for some other important task!', 'your-textdomain-here' ),
[34] Fix | Delete
'subtitle' => esc_html__( 'Physician, heal thyself!', 'your-textdomain-here' ),
[35] Fix | Delete
),
[36] Fix | Delete
array(
[37] Fix | Delete
'id' => 'accordion-section-end-1',
[38] Fix | Delete
'type' => 'accordion',
[39] Fix | Delete
'position' => 'end',
[40] Fix | Delete
),
[41] Fix | Delete
array(
[42] Fix | Delete
'id' => 'accordion-section-2',
[43] Fix | Delete
'type' => 'accordion',
[44] Fix | Delete
'title' => esc_html__( 'Accordion Section Two (no subtitle)', 'your-textdomain-here' ),
[45] Fix | Delete
'position' => 'start',
[46] Fix | Delete
'open' => true,
[47] Fix | Delete
),
[48] Fix | Delete
array(
[49] Fix | Delete
'id' => 'opt-blank-text-3',
[50] Fix | Delete
'type' => 'text',
[51] Fix | Delete
'title' => esc_html__( 'Look, another sample text box.', 'your-textdomain-here' ),
[52] Fix | Delete
'subtitle' => esc_html__( 'The tartness of his face sours ripe grapes.', 'your-textdomain-here' ),
[53] Fix | Delete
),
[54] Fix | Delete
array(
[55] Fix | Delete
'id' => 'opt-switch-2',
[56] Fix | Delete
'type' => 'switch',
[57] Fix | Delete
'title' => esc_html__( 'Yes, another switch, but you\'re free to use any field you like.', 'your-textdomain-here' ),
[58] Fix | Delete
'subtitle' => esc_html__( 'I scorn you, scurvy companion!', 'your-textdomain-here' ),
[59] Fix | Delete
),
[60] Fix | Delete
array(
[61] Fix | Delete
'id' => 'accordion-section-end-2',
[62] Fix | Delete
'type' => 'accordion',
[63] Fix | Delete
'position' => 'end',
[64] Fix | Delete
),
[65] Fix | Delete
),
[66] Fix | Delete
)
[67] Fix | Delete
);
[68] Fix | Delete
[69] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function