@since: BuddyPress 2.0.0 |
Description |
---|---|
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 |
Fires inside __construct() method for BP_XProfile_Field_Type_Radiobutton class. |
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_Radiobutton |
Radio button xprofile field type. |
BP_XProfile_Field_Type_Radiobutton::__construct() |
Constructor for the radio button field type. |
BP_XProfile_User_Admin::user_admin_profile_metaboxes() |
Render the xprofile metabox for Community Profile screen. |
BP_XProfile_User_Admin::user_admin_spammer_metabox() |
Render the fallback metabox in case a user has been marked as a spammer. |
BP_XProfile_User_Admin::user_admin_avatar_metabox() |
Render the Avatar metabox to moderate inappropriate images. |
BP_XProfile_Field_Type_Checkbox |
Checkbox xprofile field type. |