Author: Prin S Version: 1.0 Tested on: 6.2.2
The plugin was created to help me learn PHP and how to create WordPress plugins. I learned how to:
- Add functionality to the front-end
- Create a settings page
- Enqueue styles (CSS) and scripts (JS)
- Add and customize plugin menu in WP dashboard
- Create a custom post type
- Create a short code
- ...among other things.
I now also understand the words hooks, filters and actions, and how to use them.
Thank you Pippin's Plugins for very helpful tutorials!
- https://pippinsplugins.com/series/writing-your-first-wordpress-plugins-basic-to-advanced/
- https://pippinsplugins.com/series/plugin-development-101/
- Upload prin-test.zip to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
This is the first version.