Forums
-
- Forum
- Posts
-
- Installation
- 28,090
- Troubleshooting
- 61,371
- Themes
- 10,273
- Plugins
- 15,121
- Requests & Feedback
- 14,742
- Showcase
- 3,251
-
here you go bbolman
<php
add_action('bb_head' , 'my_plugin_function_name');
function my_plugin_function_name() {
?>
stuff that you want to put
<?php
}
?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS