Forums

Join
bbPress Support ForumsPluginsI have decided to write my own WordPress Plugin

Info

I have decided to write my own WordPress Plugin

  1. I have decided to write my own WordPress Plugin.

    I would like to know if there is any sort of documentation somewhere that descibes in detail a list of hooks, filters and actions that I can use.

  2. This is the bbPress forum, so I'm assuming you got your words mixed up - The bbPress function documentation I always use is at http://phpxref.ftwr.co.uk/bbpress/

    (If you really meant WordPress, look at http://phpxref.ftwr.co.uk/wordpress/ )

  3. do you ever tried google? just enter the hook and click search :)

  4. Or, like me, you can grep the bbPress source for "do_action" and "apply_filter" to see what the code does. In any case, the code itself is the best documentation.

  5. You must log in to post.