BP_XProfile_Field_Type_Textarea::admin_field_html()
Method: Output HTML for this field type on the wp-admin Profile Fields screen.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:135
Method: Output HTML for this field type on the wp-admin Profile Fields screen.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:135
Method: 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:176
Class: Textarea xprofile field type.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:18
Method: Constructor for the textarea field type.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:25
Action Hook: Fires inside __construct() method for BP_XProfile_Field_Type_Textarea class.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:42
Method: Output the edit field HTML for this field type.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:56
Filter Hook: Filters the arguments passed to `wp_editor()` in richtext xprofile fields.
Source: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:107