seventynine/boilerplate

There is no license information available for the latest version (v1.2.0) of this package.

Set of helper functions and standard bits to get up and running with Wordpress

v1.2.0 2020-06-26 14:37 UTC

This package is auto-updated.

Last update: 2024-05-26 22:44:47 UTC


README

Simple library to speed up the process of building post types, removing unwanted headers etc. This is pulled in as a package and the Boilerplate::bootstrap(); method should be run at the end of your functions.php file.

Usage

Simply pull in as a package through composer

...
"require": {
    ""seventynine/boilerplate": "~1.0"
}
...

TODO:

  • Write documentation on all of the features and how to use them.