Example #1
0
 public function do_shortcode($att, $content, $tag)
 {
     HEIBShortcode::setCurrentShortCode($this);
     $content = call_user_func_array($this->fn, array($att, $content, $tag));
     HEIBShortcode::popCurrentShortCode();
     return $content;
 }