@since: BuddyPress 3.0.0 |
Description |
---|---|
xprofile_sync_wp_profile_on_single_field_set() |
Update the WP display, last, and first name fields when the xprofile display name field is updated. |
bp_xprofile_field_type_telephone |
Fires inside __construct() method for BP_XProfile_Field_Type_Telephone class. |
BP_XProfile_Field_Type_Telephone::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Telephone::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Telephone::admin_new_field_html() |
This method usually outputs HTML for this field type’s children options on the wp-admin Profile Fields “Add Field” and “Edit Field” screens, but for this field type, we don’t want it, so it’s stubbed out. |
BP_XProfile_Field_Type_Telephone::display_filter() |
Format URL values for display. |
BP_XProfile_Field_Type_Telephone |
Telephone number xprofile field type. |
BP_XProfile_Field_Type_Telephone::__construct() |
Constructor for the telephone number field type. |
BP_XProfile_Component::late_includes() |
Late includes method. |
xprofile_field_before_delete |
Fires before the current field instance gets deleted. |