Пример #1
0
 /**
  * @return bool
  */
 public static function isLoadedCurrentScreen()
 {
     return function_exists('get_current_screen') && self::getCurrentId() != null && IfwPsn_Wp_Proxy_Action::did('load-' . self::getCurrentId());
 }