Functions |
Description |
---|---|
messages_notification_new_message() |
Email message recipients to alert them of a new unread private message. |
messages_remove_callback_values() |
Unset messages-related cookies. |
messages_screen_compose() |
Load the Messages > Compose screen. |
messages_screen_conversation() |
Load an individual conversation screen. |
messages_screen_inbox() |
Load the Messages > Inbox screen. |
messages_screen_notices() |
Load the Messages > Notices screen. |
messages_screen_notification_settings() |
Render the markup for the Messages section of Settings > Notifications. |
messages_screen_sentbox() |
Load the Messages > Sent screen. |
messages_send_notice() |
Send a notice. |
nouveau_error_template() |
Display supplemental error or feedback messages. |
repair_default_profiles_fields() |
Repair default profile fields. |
restore_current_blog() |
Restore current blog. |
resync_wordpress_xprofile_fields() |
Resync WordPress profile data to BuddyBoss. |
resync_xprofile_wordpress_fields() |
Resync BuddyBoss profile data to WordPress. |
social_network_provider() |
Social Networks xprofile field provider. |
str_split() | |
switch_to_blog() |
Switch to specified blog. |
update_blog_option() |
Update blog option. |
update_blog_status() |
Whether or not to update blog status. |
updates_register_activity_actions() | |
user_profile_update_validate_nickname() |
Validate nickname when updated and return error if invalid. |
wp_new_user_notification() |
Email login credentials to a newly-registered user. |
wp_notify_moderator() |
Notifies the moderator of the site about a new comment that is awaiting approval. |
wp_notify_postauthor() |
Notify an author (and/or others) of a comment/trackback/pingback on a post. |
wp_password_change_notification() |
Notify the blog admin of a user changing password, normally via email. |
xprofile_action_delete_avatar() |
Deletes the active avatar for a user. |
xprofile_activity_filter_options() |
Add filters for xprofile activity types to Show dropdowns. |
xprofile_add_admin_css() |
Enqueue the CSS for XProfile admin styling. |
xprofile_add_admin_js() |
Enqueue the jQuery libraries for handling drag/drop/sort. |
xprofile_add_admin_menu() |
Creates the administration interface menus and checks to see if the DB tables are set up. |
xprofile_admin() |
Handles all actions for the admin area for creating, editing and deleting profile groups and fields. |
xprofile_admin_delete_field() |
Handles the deletion of a profile field (or field option). |
xprofile_admin_delete_group() |
Handles the deletion of profile data groups. |
xprofile_admin_field() |
Handles the WYSIWYG display of each profile field on the edit screen. |
xprofile_admin_manage_field() |
Handles the adding or editing of profile field data for a user. |
xprofile_admin_manage_group() |
Handles the adding or editing of groups. |
xprofile_admin_screen() |
Output the main XProfile management screen. |
xprofile_ajax_reorder_field_groups() |
Handles the reordering of field groups. |
xprofile_ajax_reorder_fields() |
Handles the ajax reordering of fields within a group. |
xprofile_avatar_upload_dir() |
Setup the avatar upload directory for a user. |
xprofile_check_gender_added_previously() |
Check if the gender field has been added. |
xprofile_check_is_required_field() |
Check if field is a required field. |
xprofile_check_member_type_added_previously() |
Check if the member type field has been added. |
xprofile_check_social_networks_added_previously() |
Check if the social networks field has been added. |
xprofile_clear_fullname_field_id_cache() |
Clear fullname_field_id cache when bp-xprofile-fullname-field-name is updated. |
xprofile_clear_profile_field_object_cache() |
Clear caches when a field object is modified. |
xprofile_clear_profile_groups_object_cache() |
Clear cached XProfile field group data. |
xprofile_clear_profiledata_object_cache() |
Clear caches when a user’s updates a field data object. |
xprofile_delete_activity() |
Deletes activity for a user within the profile component so that it will be removed from the users activity feed and sitewide stream (if installed). |
xprofile_delete_clones_on_template_delete() |
Delete repeater/clone fields when the main/template field is deleted. |