moxie-leean / wp-utils
This package is abandoned and no longer maintained.
The author suggests using the moxie-lean/wp-utils package instead.
A suite of useful functions for your WordPress theme
0.2.0
2016-04-20 00:49 UTC
Requires
- php: >=5.4
- moxie-lean/wp-elements: 0.*.*
- moxie-leean/wp-acf: 0.*.*
Requires (Dev)
This package is auto-updated.
Last update: 2022-02-01 12:57:26 UTC
README
A suite of useful functions for your WordPress theme
Getting Started
The easiest way to install this package is by using composer from your terminal:
composer require moxie-leean/wp-utils --save
Or by adding the following lines on your composer.json
file
"require": {
"moxie-leean/wp-utils": "dev-master"
}
This will download the files from the packagelist site and set you up with the latest version located on master branch of the repository.
After that you can include the autoload.php
file in order to
be able to autoload the class during the object creation.
include '/vendor/autoload.php';