Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Write BBPress Plugins.

What does these?

add_profile_tab(__('Name on tab'), 'whats this?', 'And this?', 'file.php');

.

if i call it once in my plugin it will remain until i deactivate it ?

.

Add settings?

bb_update_option('my_options', $options);

.

Delete settings?

bb_delete_option('my_options');

.

Show notice on admin page?

bb_admin_notice(__('Settings Saved'));

Skip to toolbar