bonnier / willow-mu-plugins
A collection of Must Use WordPress Plugins for Willow
Installs: 6 582
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 1
Type:wordpress-muplugin
Requires
- php: >=7.4
- illuminate/support: ^8.83
Requires (Dev)
- johnpbloch/wordpress: ^5.8
- lucatume/wp-browser: ^3.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-19 23:30:52 UTC
README
This is a collection of Must Use Plugins for the WordPress part of the Willow Platform
Installation
Simply require the package with composer:
composer require bonnier/willow-mu-plugins
Functionality
- DefaultPlugins
This plugin makes sure the necessary plugins are available an activated.
- OffloadS3
This plugin ensures that specific uploaded files are marked as downloadable and that plugin configurations are set through the environmentfile, instead of through the settings page.
- RemoveCategorySlug
This plugin ensures that WordPress doesn't include the slug category
in URLs.
- TimeZone
This plugin forces WordPress Timezone setting to be set to Europe/Copenhagen
.
Helpers
- LanguageProvider
This helper wraps Polylang in static methods, allowing other plugins to call these methods without having to worry about Polylang.
- AbstractSettingsPage
This helper enables plugins to create settingspages easily.
Tests
You can run tests by runing the command composer unit