@since: BuddyPress 2.0.0 |
Description |
---|---|
BP_XProfile_Field_Type::get_edit_field_html_elements() |
Get a sanitised and escaped string of the edit field’s HTML elements and attributes. |
bp_xprofile_field_type_set_whitelist_values |
Filters values for field type’s whitelist that profile data will be asserted against. |
bp_xprofile_field_type_url |
Fires inside __construct() method for BP_XProfile_Field_Type_URL class. |
BP_XProfile_Field_Type |
Represents a type of XProfile field and holds meta information about the type of value that it accepts. |
BP_XProfile_Field_Type::__construct() |
Constructor. |
bp_xprofile_field_type |
Fires inside __construct() method for BP_XProfile_Field_Type class. |
BP_XProfile_Field_Type::set_format() |
Set a regex that profile data will be asserted against. |
bp_xprofile_field_type_set_format |
Filters the regex format for the field type. |
BP_XProfile_Field_Type::set_whitelist_values() |
Add a value to this type’s whitelist that profile data will be asserted against. |
BP_XProfile_Field_Type_Radiobutton::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |