File: bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php |
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. |
BP_XProfile_Field_Type_Textarea |
Textarea xprofile field type. |
BP_XProfile_Field_Type_Textarea::__construct() |
Constructor for the textarea field type. |
bp_xprofile_field_type_textarea |
Fires inside __construct() method for BP_XProfile_Field_Type_Textarea class. |
BP_XProfile_Field_Type_Textarea::edit_field_html() |
Output the edit field HTML for this field type. |
bp_xprofile_field_type_textarea_editor_args |
Filters the arguments passed to `wp_editor()` in richtext xprofile fields. |
BP_XProfile_Field_Type_Textarea::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |