@since: BuddyPress 2.0.0 |
Description |
|---|---|
| BP_XProfile_User_Admin::user_admin_load() |
Save the profile fields in Members community profile page. |
| BP_XProfile_Field_Type_Number::__construct() |
Constructor for the number field type. |
| bp_xprofile_field_type_number |
Fires inside __construct() method for BP_XProfile_Field_Type_Number class. |
| BP_XProfile_Field_Type_Number::edit_field_html() |
Output the edit field HTML for this field type. |
| BP_XProfile_Field_Type_Number::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
| BP_XProfile_Field_Type_Number::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_User_Admin |
Load xProfile Profile admin area. |
| BP_XProfile_Field_Type_Textbox::edit_field_html() |
Output the edit field HTML for this field type. |
| BP_XProfile_Field_Type_Textbox::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
| BP_XProfile_Field_Type_Textbox::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. |