@since: BuddyPress 2.0.0
Description
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.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-number.php:132

BP_XProfile_User_Admin

Load xProfile Profile admin area.

Source: bp-xprofile/classes/class-bp-xprofile-user-admin.php:19

BP_XProfile_User_Admin::register_xprofile_user_admin()

Setup xProfile User Admin.

Source: bp-xprofile/classes/class-bp-xprofile-user-admin.php:28

BP_XProfile_User_Admin::__construct()

Constructor method.

Source: bp-xprofile/classes/class-bp-xprofile-user-admin.php:49

BP_XProfile_User_Admin::setup_actions()

Set admin-related actions and filters.

Source: bp-xprofile/classes/class-bp-xprofile-user-admin.php:58

BP_XProfile_User_Admin::register_metaboxes()

Register the xProfile metabox on Community Profile admin page.

Source: bp-xprofile/classes/class-bp-xprofile-user-admin.php:109

BP_XProfile_User_Admin::user_admin_load()

Save the profile fields in Members community profile page.

Source: bp-xprofile/classes/class-bp-xprofile-user-admin.php:185

BP_XProfile_Field_Type_Textarea::admin_field_html()

Output HTML for this field type on the wp-admin Profile Fields screen.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:145

BP_XProfile_Field_Type_Textarea::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.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:194

BP_XProfile_Field_Type_Number

Number xprofile field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-number.php:17