예제 #1
0
파일: wpinventory.php 프로젝트: RA2WP/RA2WP
 public static function shortcode($args)
 {
     self::$shortcode = WPIMShortcode::getInstance();
     return self::$shortcode->get($args);
 }