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/presenta...
File: info.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Redux Framework info 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__( 'Info', 'your-textdomain-here' ),
[13] Fix | Delete
'id' => 'presentation-info',
[14] Fix | Delete
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/info.html" target="_blank">https://devs.redux.io/core-fields/info.html</a>',
[15] Fix | Delete
'subsection' => true,
[16] Fix | Delete
'fields' => array(
[17] Fix | Delete
array(
[18] Fix | Delete
'id' => 'opt-info-field',
[19] Fix | Delete
'type' => 'info',
[20] Fix | Delete
'desc' => esc_html__( 'This is the info field, if you want to break sections up.', 'your-textdomain-here' ),
[21] Fix | Delete
),
[22] Fix | Delete
array(
[23] Fix | Delete
'id' => 'opt-notice-info1',
[24] Fix | Delete
'type' => 'info',
[25] Fix | Delete
'style' => 'info',
[26] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[27] Fix | Delete
'desc' => wp_kses_post( __( 'This is an info field with the <strong>info</strong> style applied. By default the <strong>normal</strong> style is applied.', 'your-textdomain-here' ) ),
[28] Fix | Delete
),
[29] Fix | Delete
array(
[30] Fix | Delete
'id' => 'opt-info-warning',
[31] Fix | Delete
'type' => 'info',
[32] Fix | Delete
'style' => 'warning',
[33] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[34] Fix | Delete
'desc' => wp_kses_post( __( 'This is an info field with the <strong>warning</strong> style applied.', 'your-textdomain-here' ) ),
[35] Fix | Delete
),
[36] Fix | Delete
array(
[37] Fix | Delete
'id' => 'opt-info-success',
[38] Fix | Delete
'type' => 'info',
[39] Fix | Delete
'style' => 'success',
[40] Fix | Delete
'icon' => 'el el-info-circle',
[41] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[42] Fix | Delete
'desc' => wp_kses_post( __( 'This is an info field with the <strong>success</strong> style applied and an icon.', 'your-textdomain-here' ) ),
[43] Fix | Delete
),
[44] Fix | Delete
array(
[45] Fix | Delete
'id' => 'opt-info-critical',
[46] Fix | Delete
'type' => 'info',
[47] Fix | Delete
'style' => 'critical',
[48] Fix | Delete
'icon' => 'el el-info-circle',
[49] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[50] Fix | Delete
'desc' => wp_kses_post( __( 'This is an info field with the <strong>critical</strong> style applied and an icon.', 'your-textdomain-here' ) ),
[51] Fix | Delete
),
[52] Fix | Delete
array(
[53] Fix | Delete
'id' => 'opt-info-custom',
[54] Fix | Delete
'type' => 'info',
[55] Fix | Delete
'style' => 'custom',
[56] Fix | Delete
'color' => 'purple',
[57] Fix | Delete
'icon' => 'el el-info-circle',
[58] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[59] Fix | Delete
'desc' => wp_kses_post( __( 'This is field with the <strong>custom</strong> style applied, color arg passed, and an icon.', 'your-textdomain-here' ) ),
[60] Fix | Delete
),
[61] Fix | Delete
array(
[62] Fix | Delete
'id' => 'opt-info-normal',
[63] Fix | Delete
'type' => 'info',
[64] Fix | Delete
'notice' => false,
[65] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[66] Fix | Delete
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>normal</strong> style applied.', 'your-textdomain-here' ) ),
[67] Fix | Delete
),
[68] Fix | Delete
array(
[69] Fix | Delete
'id' => 'opt-notice-info',
[70] Fix | Delete
'type' => 'info',
[71] Fix | Delete
'notice' => false,
[72] Fix | Delete
'style' => 'info',
[73] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[74] Fix | Delete
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>info</strong> style applied.', 'your-textdomain-here' ) ),
[75] Fix | Delete
),
[76] Fix | Delete
array(
[77] Fix | Delete
'id' => 'opt-notice-warning',
[78] Fix | Delete
'type' => 'info',
[79] Fix | Delete
'notice' => false,
[80] Fix | Delete
'style' => 'warning',
[81] Fix | Delete
'icon' => 'el el-info-circle',
[82] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[83] Fix | Delete
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>warning</strong> style applied and an icon.', 'your-textdomain-here' ) ),
[84] Fix | Delete
),
[85] Fix | Delete
array(
[86] Fix | Delete
'id' => 'opt-notice-success',
[87] Fix | Delete
'type' => 'info',
[88] Fix | Delete
'notice' => false,
[89] Fix | Delete
'style' => 'success',
[90] Fix | Delete
'icon' => 'el el-info-circle',
[91] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[92] Fix | Delete
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>success</strong> style applied and an icon.', 'your-textdomain-here' ) ),
[93] Fix | Delete
),
[94] Fix | Delete
array(
[95] Fix | Delete
'id' => 'opt-notice-critical',
[96] Fix | Delete
'type' => 'info',
[97] Fix | Delete
'notice' => false,
[98] Fix | Delete
'style' => 'critical',
[99] Fix | Delete
'icon' => 'el el-info-circle',
[100] Fix | Delete
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
[101] Fix | Delete
'desc' => wp_kses_post( __( 'This is a non-notice field with the <strong>critical</strong> style applied and an icon.', 'your-textdomain-here' ) ),
[102] Fix | Delete
),
[103] Fix | Delete
),
[104] Fix | Delete
)
[105] Fix | Delete
);
[106] Fix | Delete
[107] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function