A WordPress Basic Starter Plugin
- Best and Modern structure that used
- PHP Namespace
- Support Setting page
- Support WP-REST API
- Support
WP_List_Table
Make sure all dependencies have been installed before moving on:
First of all download the latest version of Ignite and extract that in wp-conent/plugins
.
- Change the folder name from
ignite-master
toyour-plugin-name
- Change the
IGNITE_
defines name in all files. - Change the
Ignite/
namespaces in the files.
ignite
├── includes
│ ├── admin
│ │ ├── assets
│ │ │ ├── admin.css
│ │ │ └── admin.js
│ │ └── Admin classes
│ └── All classes
├── public
│ ├── assets
│ │ ├── admin.css
│ │ └── admin.js
│ └── Public classes
└── languages
Keep track of development and community news.
- Follow @veronalabs on Twitter
- Subscribe to the Veronalabs Newsletter