An open API service indexing awesome lists of open source software.

https://github.com/sackrin/boilerplate-utils

Simple utility library for managing common WordPress tasks. Mainly used in support of the docker WordPress project.
https://github.com/sackrin/boilerplate-utils

Last synced: over 1 year ago
JSON representation

Simple utility library for managing common WordPress tasks. Mainly used in support of the docker WordPress project.

Awesome Lists containing this project

README

          

# WordPress Utilities

Simple utility library for managing common WordPress tasks. Mainly used in support of the docker WordPress project. Provides utilities to handle theme population of common WordPress entities such as posts, taxonomies, menus, etc as well as session management.

Install using the following composer require statment.

```
composer require sackrin/boilerplate-utils
```