示例#1
0
文件: Screen.php 项目: jasmun/Noco100
 /**
  * @return bool
  */
 public static function isLoadedCurrentScreen()
 {
     return function_exists('get_current_screen') && self::getCurrentId() != null && IfwPsn_Wp_Proxy_Action::did('load-' . self::getCurrentId());
 }