AdminPageFramework_WPUtility_SiteInformation::isDebugDisplayEnabled PHP Метод

isDebugDisplayEnabled() публичный статический Метод

public static isDebugDisplayEnabled ( )
    public static function isDebugDisplayEnabled()
    {
        return (bool) defined('WP_DEBUG_DISPLAY') && WP_DEBUG_DISPLAY;
    }