: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) exit;
$output = '<div class="amp_pb_module amp_btn {{css_class}}">
<a href="{{button_link}}">{{button_txt}}</a></div>';
'default_tab'=> 'customizer',
'customizer'=>'Customizer',
'container_css'=>'Container css'
'label' => 'Button Text',
'default' => 'Click Here',
'label' => 'Button Link',
'label' => 'Custom CSS Class',
'front_template'=>$output,