Skip to content

6arshid/ignite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A WordPress Starter Plugin

Features

  • Best and Modern structure that used
  • PHP Namespace
  • Support Setting page
  • Support WP-REST API
  • Support WP_List_Table

Requirements

Make sure all dependencies have been installed before moving on:

Plugin installation

First of all download the latest version of Ignite and extract that in wp-conent/plugins.

Plugin branding

  1. Change the folder name from ignite-master to your-plugin-name
  2. Change the IGNITE_ defines name in all files.
  3. Change the Ignite/ namespaces in the files.

Plugin folder structure

ignite
   ├── includes
   │   ├── admin
   │   │   ├── assets
   │   │   │   ├── admin.css
   │   │   │   └── admin.js
   │   │   └── Admin classes
   │   └── All classes
   ├── public
   │   ├── assets
   │   │   ├── admin.css
   │   │   └── admin.js
   │   └── Public classes
   └── languages

Community

Keep track of development and community news.

About

A WordPress Starter Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%