Dartmoon WordPress Utils
Some general functions for wordpress
by Dartmoon · github.com/dartmoon-io/wordpress-utils · website
★ 0stars
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/dartmoon-io/wordpress-utils/archive/refs/heads/main.zipFrom the readme
WordPress Utils
A simple utils plugin that lets you register the same handler to multiple filters without much effort.
Installation
If you use a Roots Bedrock or a composer-based WordPress installation
If you use a normal WordPress installation
1. Download and install a MU plugin loader that lets you use MU plugins that resides inside folders. For example you could use Bedrock Autoloader.
2. Download the latest release of this plugin and extract it inside the mu-plugins folder of your WordPress installation.
Usage
It behave exactly as addfilter with the only exception that the first argument (the filter name) accepts an array instead of a string.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.1 | May 19, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.