@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. |
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. |
bp_setup_activity() |
Set up the bp-activity component. |
bp_activity_mark_as_spam() |
Mark an activity item as spam. |
bp_activity_mark_as_spam |
Fires at the end of the process to mark an activity item as spam. |
bp_activity_mark_as_ham() |
Mark an activity item as ham. |
bp_activity_mark_as_ham |
Fires at the end of the process to mark an activity item as ham. |
bp_activity_user_can_mark_spam() |
Fetch whether the current user is allowed to mark items as spam. |
bp_activity_user_can_mark_spam |
Filters whether the current user should be able to mark items as spam. |