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/basic-fi...
File: text.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Framework text 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__( 'Text', 'your-textdomain-here' ),
[13] Fix | Delete
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/text.html" target="_blank">https://devs.redux.io/core-fields/text.html</a>',
[14] Fix | Delete
'id' => 'basic-text',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'customizer_width' => '700px',
[17] Fix | Delete
'fields' => array(
[18] Fix | Delete
array(
[19] Fix | Delete
'id' => 'text-example',
[20] Fix | Delete
'type' => 'text',
[21] Fix | Delete
'title' => esc_html__( 'Text Field', 'your-textdomain-here' ),
[22] Fix | Delete
'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ),
[23] Fix | Delete
'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ),
[24] Fix | Delete
'default' => 'Default Text',
[25] Fix | Delete
),
[26] Fix | Delete
array(
[27] Fix | Delete
'id' => 'text-example-hint',
[28] Fix | Delete
'type' => 'text',
[29] Fix | Delete
'title' => esc_html__( 'Text Field w/ Hint', 'your-textdomain-here' ),
[30] Fix | Delete
'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ),
[31] Fix | Delete
'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ),
[32] Fix | Delete
'default' => 'Default Text',
[33] Fix | Delete
'hint' => array(
[34] Fix | Delete
'title' => 'Hint Title',
[35] Fix | Delete
'content' => 'Hint content about this field!',
[36] Fix | Delete
),
[37] Fix | Delete
),
[38] Fix | Delete
array(
[39] Fix | Delete
'id' => 'text-placeholder',
[40] Fix | Delete
'type' => 'text',
[41] Fix | Delete
'title' => esc_html__( 'Text Field w/ placeholder using custom data object.', 'your-textdomain-here' ),
[42] Fix | Delete
'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ),
[43] Fix | Delete
'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ),
[44] Fix | Delete
'placeholder' => array(
[45] Fix | Delete
'box1' => 'Box One Placeholder',
[46] Fix | Delete
'box2' => 'Box Two Placeholder',
[47] Fix | Delete
),
[48] Fix | Delete
'data' => array(
[49] Fix | Delete
'box1' => 'Box One Title',
[50] Fix | Delete
'box2' => 'Box Two Title',
[51] Fix | Delete
),
[52] Fix | Delete
),
[53] Fix | Delete
),
[54] Fix | Delete
)
[55] Fix | Delete
);
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function