Forums
-
- Forum
- Posts
-
- Installation
- 28,410
- Troubleshooting
- 62,352
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,956
- Showcase
- 3,254
-
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
}
?>