Example #1
0
 /**
  * Constructor
  *
  * @return type
  */
 public function __construct()
 {
     parent::__construct();
 }
Example #2
0
 /**
  * DEFINE html structure of shortcode in Page Builder area
  *
  * @param type $content
  * @param type $shortcode_data: string stores params ( which is modified default value ) of shortcode
  * @param type $el_title: element title to identifying elements in Pagebuilder
  * Ex:  param-tag=h6&param-text=Your+heading&param-font=custom&param-font-family=arial
  * @return type
  */
 public function element_in_pgbldr($content = '', $shortcode_data = '', $el_title = '')
 {
     $html = parent::element_in_pgbldr($content, $shortcode_data, $el_title);
     return $html;
 }