File: bp-xprofile/classes/class-bp-xprofile-field-type.php |
Description |
---|---|
BP_XProfile_Field_Type::is_valid() |
Check the given string against the registered formats for this field type. |
bp_xprofile_field_type_is_valid |
Filters whether or not field type is a valid format. |
BP_XProfile_Field_Type::do_settings_section() |
Check whether the current field type should have a settings (“options”) section on the Edit Field panel. |
BP_XProfile_Field_Type::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
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. |