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: tabbed.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Framework tabbed config.
[2] Fix | Delete
* For full documentation, please visit: http://devs.redux.io/
[3] Fix | Delete
*
[4] Fix | Delete
* @package Redux Framework\Sample\Tabbed
[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__( 'Tabbed', 'your-textdomain-here' ),
[13] Fix | Delete
'id' => 'additional-tabbed',
[14] Fix | Delete
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/tabbed.html" target="_blank">https://devs.redux.io/core-fields/tabbed.html</a>',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'fields' => array(
[17] Fix | Delete
array(
[18] Fix | Delete
'id' => 'opt-tabbed-1',
[19] Fix | Delete
'type' => 'tabbed',
[20] Fix | Delete
'title' => 'Tabbed Layout 1',
[21] Fix | Delete
'tabs' => array(
[22] Fix | Delete
array(
[23] Fix | Delete
'title' => 'Basic Fields',
[24] Fix | Delete
'icon' => 'fas fa-gear',
[25] Fix | Delete
'fields' => array(
[26] Fix | Delete
array(
[27] Fix | Delete
'id' => 'opt-tab-checkbox-1',
[28] Fix | Delete
'type' => 'checkbox',
[29] Fix | Delete
'title' => esc_html__( 'Checkbox', 'your-textdomain-here' ),
[30] Fix | Delete
'subtitle' => esc_html__( 'Basic Checkbox field.', 'your-textdomain-here' ),
[31] Fix | Delete
'default' => true,
[32] Fix | Delete
),
[33] Fix | Delete
array(
[34] Fix | Delete
'id' => 'opt-tab-radio',
[35] Fix | Delete
'type' => 'radio',
[36] Fix | Delete
'title' => esc_html__( 'Radio Button', 'your-textdomain-here' ),
[37] Fix | Delete
'subtitle' => esc_html__( 'Basic Radio Button field.', 'your-textdomain-here' ),
[38] Fix | Delete
'options' => array(
[39] Fix | Delete
'1' => esc_html__( 'Option 1', 'your-textdomain-here' ),
[40] Fix | Delete
'2' => esc_html__( 'Option 2', 'your-textdomain-here' ),
[41] Fix | Delete
'3' => esc_html__( 'Option 3', 'your-textdomain-here' ),
[42] Fix | Delete
),
[43] Fix | Delete
'default' => '2',
[44] Fix | Delete
),
[45] Fix | Delete
array(
[46] Fix | Delete
'id' => 'opt-tab-media',
[47] Fix | Delete
'type' => 'media',
[48] Fix | Delete
'url' => true,
[49] Fix | Delete
'title' => esc_html__( 'Media w/ URL', 'your-textdomain-here' ),
[50] Fix | Delete
'compiler' => 'true',
[51] Fix | Delete
'desc' => esc_html__( 'Basic media uploader with disabled URL input field.', 'your-textdomain-here' ),
[52] Fix | Delete
'subtitle' => esc_html__( 'Upload any media using the WordPress native uploader', 'your-textdomain-here' ),
[53] Fix | Delete
'default' => array( 'url' => 'http://s.wordpress.org/style/images/codeispoetry.png' ),
[54] Fix | Delete
),
[55] Fix | Delete
array(
[56] Fix | Delete
'id' => 'opt-tab-gallery',
[57] Fix | Delete
'type' => 'gallery',
[58] Fix | Delete
'title' => esc_html__( 'Add/Edit Gallery', 'your-textdomain-here' ),
[59] Fix | Delete
'subtitle' => esc_html__( 'Create a new Gallery by selecting existing or uploading new images using the WordPress native uploader', 'your-textdomain-here' ),
[60] Fix | Delete
'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ),
[61] Fix | Delete
),
[62] Fix | Delete
array(
[63] Fix | Delete
'id' => 'opt-tab-slider',
[64] Fix | Delete
'type' => 'slider',
[65] Fix | Delete
'title' => esc_html__( 'JQuery UI Slider Example 2 w/ Steps (5)', 'your-textdomain-here' ),
[66] Fix | Delete
'desc' => esc_html__( 'JQuery UI slider description. Min: 0, max: 300, step: 5, default value: 75', 'your-textdomain-here' ),
[67] Fix | Delete
'default' => '0',
[68] Fix | Delete
'min' => '0',
[69] Fix | Delete
'step' => '5',
[70] Fix | Delete
'max' => '300',
[71] Fix | Delete
),
[72] Fix | Delete
array(
[73] Fix | Delete
'id' => 'opt-tab-spinner',
[74] Fix | Delete
'type' => 'spinner',
[75] Fix | Delete
'title' => esc_html__( 'JQuery UI Spinner Example 1', 'your-textdomain-here' ),
[76] Fix | Delete
'desc' => esc_html__( 'JQuery UI spinner description. Min:20, max: 100, step:20, default value: 40', 'your-textdomain-here' ),
[77] Fix | Delete
'default' => '40',
[78] Fix | Delete
'min' => '20',
[79] Fix | Delete
'step' => '20',
[80] Fix | Delete
'max' => '100',
[81] Fix | Delete
),
[82] Fix | Delete
[83] Fix | Delete
array(
[84] Fix | Delete
'id' => 'opt-tab-switch-on',
[85] Fix | Delete
'type' => 'switch',
[86] Fix | Delete
'title' => esc_html__( 'Switch On', 'your-textdomain-here' ),
[87] Fix | Delete
'subtitle' => esc_html__( 'Look, it\'s on!', 'your-textdomain-here' ),
[88] Fix | Delete
'default' => 1,
[89] Fix | Delete
),
[90] Fix | Delete
),
[91] Fix | Delete
),
[92] Fix | Delete
[93] Fix | Delete
array(
[94] Fix | Delete
'title' => 'Text Fields',
[95] Fix | Delete
'icon' => 'fas fa-font',
[96] Fix | Delete
'fields' => array(
[97] Fix | Delete
array(
[98] Fix | Delete
'title' => esc_html__( 'Text Field', 'your-textdomain-here' ),
[99] Fix | Delete
'id' => 'opt-tab-text',
[100] Fix | Delete
'type' => 'text',
[101] Fix | Delete
),
[102] Fix | Delete
array(
[103] Fix | Delete
'title' => esc_html__( 'Textarea Field', 'your-textdomain-here' ),
[104] Fix | Delete
'id' => 'opt-tab-textarea',
[105] Fix | Delete
'type' => 'textarea',
[106] Fix | Delete
),
[107] Fix | Delete
),
[108] Fix | Delete
),
[109] Fix | Delete
array(
[110] Fix | Delete
'title' => esc_html__( 'Color Fields', 'your-textdomain-here' ),
[111] Fix | Delete
'icon' => 'fas fa-palette',
[112] Fix | Delete
'fields' => array(
[113] Fix | Delete
array(
[114] Fix | Delete
'id' => 'opt-tab-color-1',
[115] Fix | Delete
'type' => 'color',
[116] Fix | Delete
'title' => esc_html__( 'Color 1', 'your-textdomain-here' ),
[117] Fix | Delete
),
[118] Fix | Delete
array(
[119] Fix | Delete
'id' => 'opt-tab-color-2',
[120] Fix | Delete
'type' => 'color',
[121] Fix | Delete
'title' => esc_html__( 'Color 2', 'your-textdomain-here' ),
[122] Fix | Delete
),
[123] Fix | Delete
),
[124] Fix | Delete
),
[125] Fix | Delete
),
[126] Fix | Delete
),
[127] Fix | Delete
[128] Fix | Delete
array(
[129] Fix | Delete
'id' => 'opt-tabbed-2',
[130] Fix | Delete
'type' => 'tabbed',
[131] Fix | Delete
'title' => 'Tabbed Layout 2',
[132] Fix | Delete
'tabs' => array(
[133] Fix | Delete
array(
[134] Fix | Delete
'title' => 'Layout',
[135] Fix | Delete
'fields' => array(
[136] Fix | Delete
array(
[137] Fix | Delete
'id' => 'opt-tab-homepage_blocks',
[138] Fix | Delete
'type' => 'sorter',
[139] Fix | Delete
'title' => 'Homepage Layout Manager',
[140] Fix | Delete
'desc' => 'Organize how you want the layout to appear on the homepage',
[141] Fix | Delete
'compiler' => 'true',
[142] Fix | Delete
'options' => array(
[143] Fix | Delete
'enabled' => array(
[144] Fix | Delete
'placebo' => 'placebo',
[145] Fix | Delete
'highlights' => 'Highlights',
[146] Fix | Delete
'slider' => 'Slider',
[147] Fix | Delete
'staticpage' => 'Static Page',
[148] Fix | Delete
'services' => 'Services',
[149] Fix | Delete
),
[150] Fix | Delete
'disabled' => array(
[151] Fix | Delete
'placebo' => 'placebo',
[152] Fix | Delete
),
[153] Fix | Delete
),
[154] Fix | Delete
),
[155] Fix | Delete
array(
[156] Fix | Delete
'id' => 'opt-tab-slides',
[157] Fix | Delete
'type' => 'slides',
[158] Fix | Delete
'title' => esc_html__( 'Slides Options', 'your-textdomain-here' ),
[159] Fix | Delete
'subtitle' => esc_html__( 'Unlimited slides with drag and drop sorting.', 'your-textdomain-here' ),
[160] Fix | Delete
'desc' => esc_html__( 'This field will store all slides values into a multidimensional array to use into a foreach loop.', 'your-textdomain-here' ),
[161] Fix | Delete
),
[162] Fix | Delete
),
[163] Fix | Delete
),
[164] Fix | Delete
array(
[165] Fix | Delete
'title' => 'Advanced Text',
[166] Fix | Delete
'fields' => array(
[167] Fix | Delete
array(
[168] Fix | Delete
'title' => esc_html__( 'WP Editor', 'your-textdomain-here' ),
[169] Fix | Delete
'id' => 'opt-tab-editor',
[170] Fix | Delete
'type' => 'editor',
[171] Fix | Delete
),
[172] Fix | Delete
array(
[173] Fix | Delete
'title' => esc_html__( 'ACE Editor', 'your-textdomain-here' ),
[174] Fix | Delete
'id' => 'opt-tab-ace',
[175] Fix | Delete
'type' => 'ace_editor',
[176] Fix | Delete
),
[177] Fix | Delete
),
[178] Fix | Delete
),
[179] Fix | Delete
),
[180] Fix | Delete
),
[181] Fix | Delete
),
[182] Fix | Delete
)
[183] Fix | Delete
);
[184] Fix | Delete
[185] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function