File: bp-xprofile/classes/class-bp-xprofile-field-type-url.php
Description
BP_XProfile_Field_Type_URL::__construct()

Constructor for the URL field type

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

bp_xprofile_field_type_url

Fires inside __construct() method for BP_XProfile_Field_Type_URL class.

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

BP_XProfile_Field_Type_URL::edit_field_html()

Output the edit field HTML for this field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:54

BP_XProfile_Field_Type_URL::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-url.php:105

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.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:137

BP_XProfile_Field_Type_URL::pre_validate_filter()

Modify submitted URL values before validation.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:156

BP_XProfile_Field_Type_URL::display_filter()

Format URL values for display.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:187

BP_XProfile_Field_Type_URL

URL xprofile field type.

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