: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework border config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Border', 'your-textdomain-here' ),
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/border.html" target="_blank">https://devs.redux.io/core-fields/border.html</a>',
'id' => 'opt-header-border',
'title' => esc_html__( 'Header Border Option', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Only color validation can be done on this field type', 'your-textdomain-here' ),
'output' => array( '.site-header, header' ),
'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ),
'border-color' => '#1e73be',
'border-style' => 'solid',
'border-bottom' => '3px',
'id' => 'opt-header-border-expanded',
'title' => esc_html__( 'Body Border Option', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Only color validation can be done on this field type', 'your-textdomain-here' ),
'output' => array( 'body' ),
'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ),
'border-color' => '#1e73be',
'border-style' => 'solid',
'border-bottom' => '3px',