: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework image select config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Image Select', 'your-textdomain-here' ),
'id' => 'select-image_select',
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/image-select.html" target="_blank">https://devs.redux.io/core-fields/image-select.html</a>',
'id' => 'opt-image-select-layout',
'type' => 'image_select',
'title' => esc_html__( 'Images Option for Layout', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'No validation can be done on this field type', 'your-textdomain-here' ),
'desc' => esc_html__( 'This uses some of the built in images, you can use them for layout options.', 'your-textdomain-here' ),
// Must provide key => value(array:title|img) pairs for radio options.
'img' => Redux_Core::$url . 'assets/img/1col.png',
'alt' => '2 Column Left',
'img' => Redux_Core::$url . 'assets/img/2cl.png',
'alt' => '2 Column Right',
'img' => Redux_Core::$url . 'assets/img/2cr.png',
'alt' => '3 Column Middle',
'img' => Redux_Core::$url . 'assets/img/3cm.png',
'alt' => '3 Column Left',
'img' => Redux_Core::$url . 'assets/img/3cl.png',
'alt' => '3 Column Right',
'img' => Redux_Core::$url . 'assets/img/3cr.png',
'type' => 'image_select',
'title' => esc_html__( 'Images Option (with tiles => true)', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Select a background pattern.', 'your-textdomain-here' ),
'options' => $sample_patterns,
'id' => 'opt-image-select',
'type' => 'image_select',
'title' => esc_html__( 'Images Option', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'No validation can be done on this field type', 'your-textdomain-here' ),
'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ),
// Must provide key => value(array:title|img) pairs for radio options.
'img' => admin_url() . 'images/align-none.png',
'img' => admin_url() . 'images/align-left.png',
'img' => admin_url() . 'images/align-center.png',
'img' => admin_url() . 'images/align-right.png',
'type' => 'image_select',
'title' => esc_html__( 'Preset', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'This allows you to set a json string or array to override multiple preferences in your theme.', 'your-textdomain-here' ),
'desc' => esc_html__( 'This allows you to set a json string or array to override multiple preferences in your theme.', '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"}',