HM\BackUpWordPress\Requirement_Safe_Mode::test PHP 메소드

test() 공개 정적인 메소드

public static test ( ) : boolean
리턴 boolean
    public static function test()
    {
        return Backup_Utilities::is_safe_mode_on();
    }
Requirement_Safe_Mode