@since: BuddyPress 2.1.0 |
Description |
---|---|
bp_blogs_new_blog_comment_query_backpat() |
Filter ‘new_blog_comment’ bp_has_activities() loop to include new- and old-style blog activity comment items. |
bp_blogs_get_allowed_roles() |
The allowed blog roles a member must have to be recorded into the `bp_user_blogs` pointer table. |
bp_blogs_get_allowed_roles |
Filters the allowed roles a member must have to be recorded into bp_user_blogs pointer table. |
bp_blogs_comments_clauses_select_by_id() |
Only select comments by ID instead of all fields when using get_comments(). |
xprofile_filter_format_field_value_by_type() |
Apply display_filter() filters as defined by BP_XProfile_Field_Type classes, when inside a bp_has_profile() loop. |
xprofile_filter_format_field_value_by_field_id() |
Apply display_filter() filters as defined by the BP_XProfile_Field_Type classes, when fetched by xprofile_get_field_data(). |
xprofile_filter_pre_validate_value_by_field_type() |
Apply pre_validate_filter() filters as defined by the BP_XProfile_Field_Type classes before validating. |
bp_xprofile_set_field_data_pre_validate |
Filter the raw submitted profile field value. |
bp_xprofile_get_groups |
Filters a set of field groups, populated with fields and field data. |
bp_xprofile_get_groups() |
Fetch a set of field groups, populated with fields and field data. |