예제 #1
0
파일: Blog.php 프로젝트: jasmun/Noco100
 /**
  * @return array
  */
 public static function getPlugins()
 {
     $result = array();
     if (IfwPsn_Wp_Proxy_Action::didPluginsLoaded()) {
         $result = get_plugins();
     }
     return $result;
 }