https://github.com/wpbones/wpkirk-hooks-boilerplate
A WP Bones example about Hooks integration which could be used as a boilerplate/template
https://github.com/wpbones/wpkirk-hooks-boilerplate
wordpress wordpress-plugin wpbones
Last synced: 8 days ago
JSON representation
A WP Bones example about Hooks integration which could be used as a boilerplate/template
- Host: GitHub
- URL: https://github.com/wpbones/wpkirk-hooks-boilerplate
- Owner: wpbones
- License: gpl-3.0
- Created: 2024-11-07T16:25:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-11T09:53:36.000Z (2 months ago)
- Last Synced: 2026-02-11T17:31:53.329Z (2 months ago)
- Topics: wordpress, wordpress-plugin, wpbones
- Language: PHP
- Homepage: https://playground.wordpress.net/?blueprint-url=https://www.wpbones.com/wpkirk-hooks-boilerplate.json
- Size: 14.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Bones Hooks Boilerplate WordPress Plugin
WP Kirk Hooks Boilerplate is your starting point to create a WordPress plugin using [WP Bones](https://wpbones.com/) Framework Library.
## Requirements
- PHP 7.4 or higher
## Installation
```bash
git clone -b main https://github.com/wpbones/WPKirk-Hooks-Boilerplate.git
cd
composer install
```
## Documentation
You'll find the [complete docs here](https://wpbones.com/docs).