https://github.com/sabbir1991/wordpress-plugin-boilerplate
WordPress starter plugin boilerplate
https://github.com/sabbir1991/wordpress-plugin-boilerplate
boilerplate plugin starter wordpress wordpress-plugin wordpress-starter-plugin
Last synced: about 1 month ago
JSON representation
WordPress starter plugin boilerplate
- Host: GitHub
- URL: https://github.com/sabbir1991/wordpress-plugin-boilerplate
- Owner: sabbir1991
- Created: 2017-06-14T15:31:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T15:45:11.000Z (almost 9 years ago)
- Last Synced: 2025-07-03T09:47:04.560Z (11 months ago)
- Topics: boilerplate, plugin, starter, wordpress, wordpress-plugin, wordpress-starter-plugin
- Language: PHP
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WordPress Starter Plugin Boilerplate
This is a simple starter plugin boilerplate that includes a base class with a very simple set of utilities that most plugins should have.
## Getting Started
You will need to change the name of the plugin in a few simple steps:
1. Rename the plugin folder name and primary PHP file named 'plugins.php' to your plugin's name
2. Search for `'Starter_Plugin'` and replace with your plugin's proper name with underscores instead of spaces between words.
3. Search for `'starterplugin'` and replace with your desired plugin name in all lowercase with dashes between words (if desired).
4. Search for `'STARTER_PLUGIN'` and replace with your plugin's name in all caps. Spaces should be convered to underscores.
5. Go to `package.json` file and change your settings and check your `Gruntfile.js`.
## Author
[Sabbir Ahmed](http://sabbir.pro)