'Text Block', 'description'=>'Row description', 'icon_class'=>'fa fa-text-width', 'container'=>false, 'has_content'=>true, 'defaults'=>array('content'=>'this is a text block'), ); parent::__construct($id_base,$name,$options); $this->primary_feature_title=false; } function element($instance,$content=''){ $content=base64_decode($content); //echo $content; echo do_shortcode($content); } function form($instance,$content=''){ ?>