Esempio n. 1
0
 static function ShortCode($atts, $content = null, $tag = null)
 {
     wpfb_loadclass('Output');
     return WPFB_Output::ProcessShortCode(shortcode_atts(array('tag' => 'list', 'id' => -1, 'path' => null, 'tpl' => null, 'sort' => null, 'showcats' => false, 'sortcats' => null, 'num' => 0, 'pagenav' => 1, 'linktext' => null), $atts), $content, $tag);
 }