: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework select image config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Select Image', 'your-textdomain-here' ),
'id' => 'select-select_image',
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/select-image.html" target="_blank">https://devs.redux.io/core-fields/select-image.html</a>',
'id' => 'opt-select_image',
'type' => 'select_image',
'title' => esc_html__( 'Select Image', 'your-textdomain-here' ),
'img' => Redux_Core::$url . '../sample/presets/preset1.png',
'img' => Redux_Core::$url . '../sample/presets/preset2.png',
'presets' => '{"opt-slider-label":"1", "opt-slider-text":"10"}',
'default' => Redux_Core::$url . '../sample/presets/preset2.png',
'id' => 'opt-select-image',
'type' => 'select_image',
'title' => esc_html__( 'Select Image', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'A preview of the selected image will appear underneath the select box.', 'your-textdomain-here' ),
'options' => $sample_patterns,
'default' => Redux_Core::$url . '../sample/patterns/triangular.png',