PSR-4 WordPress Plugin Boilerplate Generator
Description
This will generate a PSR-4 WordPress Plugin Boilerplate that uses our Settings Class for WordPress composer library making building your admin areas fast and simple.
Installation
Once generated you can follow the below steps:
- Make sure you have composer installed
- Copy the folder within the generated zip to your
/wp-content/plugins/directory. - Inside your generated plugin folder
/wp-content/plugins/your-plugin/runcomposer install - Activate the plugin
- Visit Settings -> Test Plugin in the backend of WordPress.
- Adjust configuration and fields for Settings Class for WordPress (Documentation)
Build a PSR-4 WordPress Plugin
Frequently Asked Questions
Our FAQs cover common questions about using PSR-4 in your WordPress plugins and working with the WordPress Settings Class. Whether you’re getting started with the boilerplate, installing via Composer, or looking to extend your plugin with a clean settings panel, the answers below will help you move forward with confidence.
PSR-4 Frequently Asked Questions
What is PSR-4?
Why use PSR-4 in my WordPress plugin?
Do I need Composer installed?
Settings Class for WordPress Frequently Asked Questions
What is the WordPress Settings Class?
Why use the Settings Class for WordPress?
What features does the Settings Class provide?
How are settings stored?
How do I update the Settings Class?
Does the Settings Class for WordPress support custom styles and templates?
Is the Settings Class for WordPress safe to use?
