Box UK WordPress Base Plugin archived
★ 3stars
1.2kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/boxuk/boxuk-base-wp-plugin/archive/refs/heads/main.zipAlso on Packagist as boxuk/boxuk-base-wp-plugin:
composer require boxuk/boxuk-base-wp-pluginFrom the readme
BoxUK WordPress Base Plugin
This project is now abandoned. If you're interested in taking it over, get in touch. For alternatives, we'd recommend looking at WordPress' create block package. Though it differs from the functionality this packages provides, it's provided to support a more modern way of developing WordPress features.
A WordPress plugin that includes a number of things to help us work on WordPress projects.
WP-CLI
We provide the following useful WP-CLI commands:
wp i18n-twig make-pot - which is an extension of wp i18n to add twig support to the make-pot command (only available if timber and twig is installed)
wp scaffold boxuk-mu-plugin - which is an extension of wp scaffold to add support for scaffolding an opinionated mu-plugin
DependencyInjection
The plugin is registered with the container from the Box UK WP Project Skeleton via an extension within src/DependencyInjection this works just like Symfony bundles, for information in the Symfony docs.
Hooks
Added support for tagging services in order to decouple hooks from the service, e.g.
action can be replaced with filter when using a filter. priority and acceptedargs also supported.
DB Repositories
We w
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.