Loading...

make your own plugin

make your own plugin

Faisal / Wordpress

Ever wanted to make your own plugin and put host it on wordpress.org ? Its a lot simpler than you think !
Two things you need to know.

  1. Custom coding with appropriate wordpress styling hooks and filters.
  2. Plugin upload using svn to the plugin directory

Looks complicated? well, it’s definitely not ! Here’s how to get started in simple milky steps.

First of all, you need to think what your plugin is going to be used for. After that major step, start making a class file with the plugin name intact.

At the final step simply upload the plugin using svn to the URL provided by wordpress when you submit for a plugin request.

thats’ it !

Leave a Comment