@since: BuddyPress 1.6.0
Description
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_setup_activity()

Set up the bp-activity component.

Source: bp-activity/bp-activity-loader.php:19

bp_activity_mark_as_spam()

Mark an activity item as spam.

Source: bp-activity/bp-activity-functions.php:3952

bp_activity_mark_as_spam

Fires at the end of the process to mark an activity item as spam.

Source: bp-activity/bp-activity-functions.php:3986

bp_activity_mark_as_ham()

Mark an activity item as ham.

Source: bp-activity/bp-activity-functions.php:3999

bp_activity_mark_as_ham

Fires at the end of the process to mark an activity item as ham.

Source: bp-activity/bp-activity-functions.php:4033

bp_activity_user_can_mark_spam()

Fetch whether the current user is allowed to mark items as spam.

Source: bp-activity/bp-activity-functions.php:3928

bp_activity_user_can_mark_spam

Filters whether the current user should be able to mark items as spam.

Source: bp-activity/bp-activity-functions.php:3937