: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Repeater Sample config.
* For full documentation, please visit: http:https://devs.redux.io/
defined( 'ABSPATH' ) || exit;
'title' => __( 'Repeater', 'your-textdomain-here' ),
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-extensions/repeater.html" target="_blank">https://devs.redux.io/core-extensions/repeater.html</a>',
'id' => 'repeater-field-id',
'title' => esc_html__( 'Repeater Demo', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Repeater', 'your-textdomain-here' ),
'placeholder' => esc_html__( 'Title', 'your-textdomain-here' ),
'id' => 'textarea_field',
'placeholder' => esc_html__( 'Text Field', 'your-textdomain-here' ),
'default' => 'Text Field here',
'title' => esc_html__( 'Title', 'your-domain-here' ),
'title' => esc_html__( 'Select Field', 'your-textdomain-here' ),
'1' => esc_html__( 'Option 1', 'your-textdomain-here' ),
'2' => esc_html__( 'Option 2', 'your-textdomain-here' ),
'3' => esc_html__( 'Option 3', 'your-textdomain-here' ),
'placeholder' => esc_html__( 'Listing Field', 'your-textdomain-here' ),
'placeholder' => esc_html__( 'Switch Field', 'your-textdomain-here' ),
'title' => esc_html__( 'Text Field', 'your-textdomain-here' ),
'placeholder' => esc_html__( 'Text Field', 'your-textdomain-here' ),
'required' => array( 'switch_field', '=', false ),
'default' => 'Text Field here',