HM\BackUpWordPress\Requirement_WP_Cron_Test::test PHP Method

test() public static method

public static test ( ) : boolean
return boolean
    public static function test()
    {
        return (bool) get_option('hmbkp_wp_cron_test_failed');
    }
Requirement_WP_Cron_Test