Example #1
0
function shortcode($h, $c)
{
    \helpers\Shortcode::get('default')->register($h, $c);
}
Example #2
0
 private function shortcode($str)
 {
     return \helpers\Shortcode::get('default')->parse($str);
 }