File: bp-core/bp-core-options.php |
Description |
---|---|
bp_get_option() |
Retrieve an option. |
bp_get_option |
Filters the option value for the requested option. |
bp_add_option() |
Add an option. |
bp_get_default_options() |
Get the default site options and their values. |
bp_get_default_options |
Filters the default options to be set upon activation. |
bp_add_options() |
Add default options when BuddyPress is first activated. |
bp_add_options |
Fires after the addition of default options when BuddyPress is first activated. |
bp_delete_options() |
Delete default options. |
bp_delete_options |
Fires after the deletion of default options when BuddyPress is first deactivated. |