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.
- Host: GitHub
- URL: https://github.com/sackrin/boilerplate-utils
- Owner: sackrin
- License: mit
- Created: 2018-02-16T11:38:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T12:23:51.000Z (over 8 years ago)
- Last Synced: 2025-01-21T13:23:29.668Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```