HM\BackUpWordPress\Requirement_Active_Plugins::test PHP Method

test() public static method

Output the list of active plugins.
public static test ( ) : array
return array The array of active plugins.
    public static function test()
    {
        return get_option('active_plugins');
    }
Requirement_Active_Plugins