@since: BuddyPress 2.0.0 |
Description |
---|---|
bp_xprofile_field_edit_html_elements |
Filters the edit html elements and attributes. |
xprofile_group_before_delete |
Fires before the current group instance gets deleted. |
xprofile_group_after_delete |
Fires after the current group instance gets deleted. |
BP_XProfile_Group::get_group_data() |
Get data about a set of groups, based on IDs. |
bp_xprofile_field_type_set_whitelist_values |
Filters values for field type’s whitelist that profile data will be asserted against. |
BP_XProfile_Field_Type::is_valid() |
Check the given string against the registered formats for this field type. |
bp_xprofile_field_type_is_valid |
Filters whether or not field type is a valid format. |
BP_XProfile_Field_Type::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type::edit_field_options_html() |
Output the edit field options HTML for this field type. |