Forums
-
- Forum
- Posts
-
- Installation
- 26,565
- Troubleshooting
- 57,220
- Themes
- 9,920
- Plugins
- 14,518
- Requests & Feedback
- 14,218
- Showcase
- 3,223
-
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