Forums
-
- Forum
- Posts
-
- Installation
- 28,364
- Troubleshooting
- 62,095
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,879
- Showcase
- 3,252
-
It’s not necessarily very obvious if it is run unless you get something to echo because it’s all hidden under AJAX
<?php
function status_tags_update( $a, $b, $c ) {
var_dump($a);
var_dump($b);
var_dump($c);
}
add_action('bb_tag_added', 'status_tags_update',100,3);
?>
I put that in my functions.php and it happily threw out some mangled HTML with the dumps underneath the tag list
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS