Methods |
Description |
---|---|
BP_XProfile_Field_Type_Multiselectbox::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Multiselectbox::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Number::__construct() |
Constructor for the number field type. |
BP_XProfile_Field_Type_Number::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
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. |
BP_XProfile_Field_Type_Number::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Placeholder::__construct() |
Constructor for the placeholder field type. |
BP_XProfile_Field_Type_Placeholder::admin_field_html() |
Prevent any HTML being output for this field type. |
BP_XProfile_Field_Type_Placeholder::admin_new_field_html() |
Prevent any HTML being output for this field type. |
BP_XProfile_Field_Type_Placeholder::edit_field_html() |
Prevent any HTML being output for this field type. |
BP_XProfile_Field_Type_Radiobutton::__construct() |
Constructor for the radio button field type. |
BP_XProfile_Field_Type_Radiobutton::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Radiobutton::admin_new_field_html() |
Output HTML for this field type’s children options on the wp-admin Profile Fields “Add Field” and “Edit Field” screens. |
BP_XProfile_Field_Type_Radiobutton::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Radiobutton::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Selectbox::__construct() |
Constructor for the selectbox field type. |
BP_XProfile_Field_Type_Selectbox::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Selectbox::admin_new_field_html() |
Output HTML for this field type’s children options on the wp-admin Profile Fields “Add Field” and “Edit Field” screens. |
BP_XProfile_Field_Type_Selectbox::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Selectbox::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Social_Networks::__construct() |
Constructor for the social networks field type. |
BP_XProfile_Field_Type_Social_Networks::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Social_Networks::admin_new_field_html() |
Output HTML for this field type’s children options on the wp-admin Profile Fields “Add Field” and “Edit Field” screens. |
BP_XProfile_Field_Type_Social_Networks::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Social_Networks::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Social_Networks::is_valid() |
Check if valid. |
BP_XProfile_Field_Type_Telephone::__construct() |
Constructor for the telephone number field type. |
BP_XProfile_Field_Type_Telephone::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Telephone::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_Telephone::admin_save_settings() |
Save settings from the field edit screen in the Dashboard. |
BP_XProfile_Field_Type_Telephone::display_filter() |
Format URL values for display. |
BP_XProfile_Field_Type_Telephone::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Telephone::get_field_settings() |
Get all settings for field. |
BP_XProfile_Field_Type_Telephone::get_phone_formats() |
Returns an array of phone formats |
BP_XProfile_Field_Type_Telephone::input_mask_script() |
Prints the jquery input mask script |
BP_XProfile_Field_Type_Textarea::__construct() |
Constructor for the textarea field type. |
BP_XProfile_Field_Type_Textarea::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
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::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Textbox::__construct() |
Constructor for the textbox field type. |
BP_XProfile_Field_Type_Textbox::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
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. |
BP_XProfile_Field_Type_Textbox::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_URL::__construct() |
Constructor for the URL field type |
BP_XProfile_Field_Type_URL::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_URL::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_URL::display_filter() |
Format URL values for display. |
BP_XProfile_Field_Type_URL::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_URL::pre_validate_filter() |
Modify submitted URL values before validation. |
BP_XProfile_Field_Type::__construct() |
Constructor. |