: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) exit;
$output = '{{if_header_type}}<{{header_type}} {{if_id}}id="{{id}}"{{ifend_id}} class="h-txt {{user_class}}">{{content_title}}</{{header_type}}>{{ifend_header_type}}';
{{module-class}}{width:100%;text-align:{{align_type}};margin:{{margin_css}};padding:{{padding_css}};}
{{module-class}} .h-txt{font-size:{{text-size}};color:{{font_color_picker}};letter-spacing:{{letter-spacing}};font-weight:{{font_type}};line-height:{{line-height}};}
'default_tab'=> 'customizer',
'label' =>"Heading Type",
'options_details'=>array(
'name' =>"content_title",
'required' => array('header_type'=> array('h1','h2','h3','h4','h5','h6'))
'name' =>"letter-spacing",
'label' =>'Letter Spacing',
'options_details'=>array(
'name' =>"font_color_picker",
'options_details'=>array(
'front_template'=> $output,