moxie-lean / wp-metadata
Generate metadata for your pages.
0.2.0
2016-08-22 23:01 UTC
Requires
- php: >=5.4
- moxie-lean/wp-acf: 1.*.*
- moxie-lean/wp-elements: 0.*.*
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-28 11:14:52 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-lean/wp-utils --save
Or by adding the following lines on your composer.json
file
"require": {
"moxie-lean/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';