HM\BackUpWordPress\Requirement_Define_HMBKP_ROOT::test PHP Method

test() public static method

public static test ( ) : string
return string
    public static function test()
    {
        return defined('HMBKP_ROOT') ? HMBKP_ROOT : '';
    }
Requirement_Define_HMBKP_ROOT