Urban Giraffe Support | Installing WordPress
I want to write my own wordpress plugin.
I want to write my own wordpress plugin.
Does anyone know where I can find a lits of hooks and filters and what they do?
Also, is there a book that is a good reference for people who want to write wordpress plugins?

Responses
Posted 6 months ago by Administrator
There's no definitive list with explanation - you need to dig into the WordPress code to see what is being called and what data is being passed. Best place to start is with another (small) plugin. Look at the code, see what it's doing, and then try your own.
Reply
You must log in to post.