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

BP_XProfile_Field_Type_Textbox::__construct()

Constructor for the textbox field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:24

bp_xprofile_field_type_textbox

Fires inside __construct() method for BP_XProfile_Field_Type_Textbox class.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:40

BP_XProfile_Field_Type_Textbox::edit_field_html()

Output the edit field HTML for this field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:53

BP_XProfile_Field_Type_Textbox::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-textbox.php:102

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.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:133

BP_XProfile_Field_Type_Textarea

Textarea xprofile field type.

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

BP_XProfile_Field_Type_Textarea::__construct()

Constructor for the textarea field type.

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

BP_XProfile_Field_Type_Textbox

Textbox xprofile field type.

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