: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework info config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Info', 'your-textdomain-here' ),
'id' => 'presentation-info',
'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>',
'id' => 'opt-info-field',
'desc' => esc_html__( 'This is the info field, if you want to break sections up.', 'your-textdomain-here' ),
'id' => 'opt-notice-info1',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'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' ) ),
'id' => 'opt-info-warning',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the <strong>warning</strong> style applied.', 'your-textdomain-here' ) ),
'id' => 'opt-info-success',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the <strong>success</strong> style applied and an icon.', 'your-textdomain-here' ) ),
'id' => 'opt-info-critical',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the <strong>critical</strong> style applied and an icon.', 'your-textdomain-here' ) ),
'id' => 'opt-info-custom',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is field with the <strong>custom</strong> style applied, color arg passed, and an icon.', 'your-textdomain-here' ) ),
'id' => 'opt-info-normal',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>normal</strong> style applied.', 'your-textdomain-here' ) ),
'id' => 'opt-notice-info',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>info</strong> style applied.', 'your-textdomain-here' ) ),
'id' => 'opt-notice-warning',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>warning</strong> style applied and an icon.', 'your-textdomain-here' ) ),
'id' => 'opt-notice-success',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the <strong>success</strong> style applied and an icon.', 'your-textdomain-here' ) ),
'id' => 'opt-notice-critical',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is a non-notice field with the <strong>critical</strong> style applied and an icon.', 'your-textdomain-here' ) ),