Example #1
0
 public static function shortcode($args)
 {
     self::$shortcode = WPIMShortcode::getInstance();
     return self::$shortcode->get($args);
 }