How to make WordPress Plugin step by step
WordPress is the one of the best platform for blogging. You can easily customize it according to you or your client’s requirement. WordPress provides you to creating it’s Plugin facility for easily customization without changing the Core part of WordPress. So in this post we are talking about the make WordPress plugin.
Important things for your Plugin are:
- Choose a unique name for your WordPress plugin if possible.
- Create the PHP file with the name gain from your WordPress Plugin name.