: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework text config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Text', 'your-textdomain-here' ),
'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>',
'customizer_width' => '700px',
'title' => esc_html__( 'Text Field', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ),
'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ),
'default' => 'Default Text',
'id' => 'text-example-hint',
'title' => esc_html__( 'Text Field w/ Hint', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ),
'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ),
'default' => 'Default Text',
'content' => 'Hint content about this field!',
'id' => 'text-placeholder',
'title' => esc_html__( 'Text Field w/ placeholder using custom data object.', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ),
'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ),
'box1' => 'Box One Placeholder',
'box2' => 'Box Two Placeholder',
'box1' => 'Box One Title',
'box2' => 'Box Two Title',