/** * Constructor * * @return type */ public function __construct() { parent::__construct(); }
/** * 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¶m-text=Your+heading¶m-font=custom¶m-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; }