コード例 #1
0
ファイル: wpinventory.php プロジェクト: RA2WP/RA2WP
 public static function shortcode($args)
 {
     self::$shortcode = WPIMShortcode::getInstance();
     return self::$shortcode->get($args);
 }