File: bp-core/bp-core-options.php |
Description |
---|---|
bp_core_get_root_option() |
Get a root option. |
bp_disable_profile_sync() |
Is profile syncing disabled? |
bp_disable_profile_sync |
Filters whether or not profile syncing is disabled. |
bp_disable_advanced_profile_search() |
Is advanced profile search disabled? |
bp_update_option() |
Save an option. |
bp_delete_option() |
Delete an option. |
bp_core_activate_site_options() |
Copy BP options from a single site to multisite config. |
bp_setup_option_filters() |
Add filters to each BP option, allowing them to be overloaded from inside the $bp->options array. |
bp_setup_option_filters |
Fires after the addition of filters to each BuddyPress option. |
bp_pre_get_option() |
Filter default options and allow them to be overloaded from inside the $bp->options array. |