Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,781
- Themes
- 10,444
- Plugins
- 15,384
- Requests & Feedback
- 14,986
- Showcase
- 3,257
-
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
}
?>