File: bp-core/bp-core-options.php
Description
bp_core_get_root_option()

Get a root option.

Source: bp-core/bp-core-options.php:484

bp_disable_profile_sync()

Is profile syncing disabled?

Source: bp-core/bp-core-options.php:510

bp_disable_profile_sync

Filters whether or not profile syncing is disabled.

Source: bp-core/bp-core-options.php:519

bp_disable_advanced_profile_search()

Is advanced profile search disabled?

Source: bp-core/bp-core-options.php:531

bp_update_option()

Save an option.

Source: bp-core/bp-core-options.php:325

bp_delete_option()

Delete an option.

Source: bp-core/bp-core-options.php:341

bp_core_activate_site_options()

Copy BP options from a single site to multisite config.

Source: bp-core/bp-core-options.php:359

bp_setup_option_filters()

Add filters to each BP option, allowing them to be overloaded from inside the $bp->options array.

Source: bp-core/bp-core-options.php:225

bp_setup_option_filters

Fires after the addition of filters to each BuddyPress option.

Source: bp-core/bp-core-options.php:242

bp_pre_get_option()

Filter default options and allow them to be overloaded from inside the $bp->options array.

Source: bp-core/bp-core-options.php:253