File: bp-core/bp-core-options.php |
Description |
---|---|
bp_disable_profile_sync |
Filters whether or not profile syncing is disabled. |
bp_disable_advanced_profile_search() |
Is advanced profile search disabled? |
bp_disable_advanced_profile_search |
Filters whether or not profile search is disabled. |
bp_hide_loggedout_adminbar() |
Is the Toolbar hidden for logged out users? |
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_pre_get_option() |
Filter default options and allow them to be overloaded from inside the $bp->options array. |
bp_get_option() |
Retrieve an option. |
bp_get_option |
Filters the option value for the requested option. |