moxie-lean/wp-metadata

Generate metadata for your pages.

0.2.0 2016-08-22 23:01 UTC

This package is auto-updated.

Last update: 2024-04-28 10:12:56 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';

Usage