Skip to content

gwa/zero-module-cleanup

Repository files navigation

zero-module-cleanup

Latest Version on Packagist Total Downloads Software License

Master

Build Status Coverage Status Quality Score

Install

Via Composer

$ composer require gwa/zero-module-cleanup

Usage

Add it to the getModuleClasses function.

    protected function getModuleClasses()
    {
        return [
            'Gwa\Wordpress\Zero\Module\CleanUpModule',
        ];
    }

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email bannert@greatwhiteark.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.