Tutorial: How To Create a WordPress Plugin
PHP Heaven is running a tutorial on building WordPress plugins. The tutorial is aimed at developers with a solid understanding of PHP and some familiarity with WordPress. I have always wanted to learn how to make my own WordPress plugins, so here is my best chance. Plus, it will allow you to make a useful plugin in less than ten minutes.
The steps, as outlined in the tutorial:
- First: Decide on the name of your plugin and create a plugin folder.
- Second: Make an index.php file within your folder and add the plugin description code.
- Third: Create an Admin Page.
Check out the tutorial for the details.






1 Comment