This is a simple WordPress plugin starter. It provides a basic structure that you can use to build your own custom WordPress plugins.
- Download the plugin and extract the files.
- Upload the extracted
wp-simple-plugin-starter
folder to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
After activating the plugin, you can start using it immediately. If the plugin includes settings, you can configure them in the WordPress admin panel.
Contributions are welcome! To contribute:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/fooBar
). - Commit your changes (
git commit -am 'Add some fooBar'
). - Push to the branch (
git push origin feature/fooBar
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.