: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework section config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Section', 'your-textdomain-here' ),
'id' => 'presentation-section',
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/section.html" target="_blank">https://devs.redux.io/core-fields/section.html</a>',
'title' => esc_html__( 'Section Example', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'With the "section" field you can create indented option sections.', 'your-textdomain-here' ),
'indent' => true, // Indent all options below until the next 'section' option is set.
'title' => esc_html__( 'Field Title', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Field Subtitle', 'your-textdomain-here' ),
'id' => 'section-test-media',
'title' => esc_html__( 'Field Title', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Field Subtitle', 'your-textdomain-here' ),
'indent' => false, // Indent all options below until the next 'section' option is set.
'desc' => esc_html__( 'And now you can add more fields below and outside of the indent.', 'your-textdomain-here' ),