public function __construct() { // add hook to convert shortcode to html. $this->name = str_replace('pgl_shortcode_', '', strtolower(__CLASS__)); $this->key = 'pgl_' . $this->name; parent::__construct(); }
public function __construct() { $this->name = str_replace('pgl_shortcode_', '', strtolower(__CLASS__)); $this->key = 'pgl_' . $this->name; parent::__construct(); }