| Home | Register | Help | Members | Calendar |
|
#1
|
|||
|
|||
|
Has anyone had any experience writing their own WordPress Plugin from scratch?
|
|
#2
|
|||
|
|||
|
yes, I have - the best way to learn it is to look at the Wordpress' own tutorial (http://codex.wordpress.org/Writing_a_Plugin) and also look at an existing plugin (a simple one). At least that's how I learned it.
Understanding of PHP is required, of course
|