Info
- 4 posts
- 4 voices
- Started 2 years ago by xarzu
- Latest reply from paulhawke
- This topic is not resolved
I have decided to write my own WordPress Plugin
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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/ )
-
- Posted 2 years ago #
do you ever tried google? just enter the hook and click search :)
-
- Posted 2 years ago #
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.
-
You must log in to post.