Methods |
Description |
---|---|
BP_XProfile_Component::setup_nav() |
Set up navigation. |
BP_XProfile_Component::setup_settings_admin_nav() |
Adds “Settings > Profile” subnav item under the “Settings” adminbar menu. |
BP_XProfile_Component::setup_settings_nav() |
Set up the Settings > Profile nav item. |
BP_XProfile_Component::setup_title() |
Sets up the title for pages and |
BP_XProfile_Data_Template::__construct() |
Get activity items, as specified by parameters. |
BP_XProfile_Data_Template::has_fields() |
Whether or not the loop has fields. |
BP_XProfile_Data_Template::has_groups() |
Whether or not the loop has field groups. |
BP_XProfile_Data_Template::next_field() |
Increments to the next field. |
BP_XProfile_Data_Template::next_group() |
Increments to the next group of fields. |
BP_XProfile_Data_Template::profile_fields() |
Kick off the profile fields. |
BP_XProfile_Data_Template::profile_groups() |
Kicks off the profile groups. |
BP_XProfile_Data_Template::rewind_fields() |
Rewinds to the start of the fields. |
BP_XProfile_Data_Template::rewind_groups() |
Rewinds to the start of the groups list. |
BP_XProfile_Data_Template::the_profile_field() |
Set up the profile fields. |
BP_XProfile_Data_Template::the_profile_group() |
Sets up the profile group. |
BP_Xprofile_Export::get_data() |
Returns the data & count of activities by page and user. |
BP_Xprofile_Export::instance() |
Get the instance of this class. |
BP_Xprofile_Export::process_data() |
Export member extended profile fields. |
BP_Xprofile_Export::process_erase() |
Delete member extended profile fields. |
BP_XProfile_Field_Type_Checkbox::__construct() |
Constructor for the checkbox field type. |
BP_XProfile_Field_Type_Checkbox::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Checkbox::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_Checkbox::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Checkbox::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Datebox::__construct() |
Constructor for the datebox field type. |
BP_XProfile_Field_Type_Datebox::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Datebox::admin_new_field_html() |
Generate the settings markup for Date fields. |
BP_XProfile_Field_Type_Datebox::admin_save_settings() |
Save settings from the field edit screen in the Dashboard. |
BP_XProfile_Field_Type_Datebox::display_filter() |
Format Date values for display. |
BP_XProfile_Field_Type_Datebox::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Datebox::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Datebox::get_date_formats() |
Gets the default date formats available when configuring a Date field. |
BP_XProfile_Field_Type_Datebox::get_field_settings() |
Get settings for a given date field. |
BP_XProfile_Field_Type_Datebox::validate_settings() |
Validate date field settings. |
BP_XProfile_Field_Type_Gender::__construct() |
Constructor for the gender field type. |
BP_XProfile_Field_Type_Gender::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Gender::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_Gender::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Gender::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Gender::is_valid() |
Check if valid. |
BP_XProfile_Field_Type_Member_Types::__construct() |
Constructor for the Member Types field type. |
BP_XProfile_Field_Type_Member_Types::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Member_Types::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_Member_Types::edit_field_html() |
Output the edit field HTML for this field type. |
BP_XProfile_Field_Type_Member_Types::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type_Member_Types::get_selected_post_type() |
Get the terms content. |
BP_XProfile_Field_Type_Member_Types::is_valid() |
Check if valid. |
BP_XProfile_Field_Type_Multiselectbox::__construct() |
Constructor for the multi-selectbox field type. |
BP_XProfile_Field_Type_Multiselectbox::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type_Multiselectbox::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. |