PHP utilities for WordPress development.
Note: Starting in v2.0.0, the Namespace is versioned and will be updating with minor releases
Either download and include manually, or merge the appropriate required version from the following into your composer.json
:
{
"require": {
// "denman-digital/wp-utils": "^1.0" // PHP 5.6+
// "denman-digital/wp-utils": "^1.1" // PHP 7.4+
"denman-digital/wp-utils": "^2.0" // PHP 8.1+
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Denman-Digital/wp-utils"
}
]
}