File: bp-core/bp-core-options.php
Description
bp_add_options

Fires after the addition of default options when BuddyPress is first activated.

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

bp_delete_options()

Delete default options.

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

bp_delete_options

Fires after the deletion of default options when BuddyPress is first deactivated.

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

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

bp_get_option()

Retrieve an option.

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

bp_get_option

Filters the option value for the requested option.

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

bp_add_option()

Add an option.

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