Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Write BBPress Plugins.

am i doing it right?

function ed08_tab_add()
{
add_profile_tab(__('ED 08'), 'ed08', 'moderate', 'ed08-template.php');
}
add_action('bb_profile_menu', 'ed08_tab_add');

Skip to toolbar