Functions |
Description |
---|---|
groups_screen_group_invite() |
Handle the display of a group’s Send Invites page. |
groups_screen_group_invites() |
Handle the loading of a user’s Groups > Invites page. |
groups_screen_group_media() |
Handle the loading of a single group’s photos. |
groups_screen_group_members() |
Handle the display of a group’s Members page. |
groups_screen_group_members_all_members() |
Handle the display of a group’s members/all-members page. |
groups_screen_group_members_leaders() |
Handle the display of a group’s members/leaders page. |
groups_screen_group_messages() |
Handle the display of a group’s Group Messages page. |
groups_screen_group_request_membership() |
Handle the display of a group’s Request Membership page. |
groups_screen_group_subgroups() |
Handle the loading of a single group’s subgroups. |
groups_screen_my_groups() |
Handle the loading of the My Groups page. |
groups_screen_notification_settings() |
Render the group settings fields on the Notification Settings page. |
groups_send_invites() |
Send all pending invites by a single user to a specific group. |
groups_send_membership_request() |
Create a group membership request. |
groups_total_groups_for_user() |
Get the count of groups of which the specified user is a member. |
groups_unban_member() |
Unban a member from a group. |
groups_uninvite_user() |
Uninvite a user from a group. |
groups_update_groupmeta() |
Update a piece of group metadata. |
groups_update_last_activity() |
Update the last_activity meta value for a given group. |
invites_admin_menu_order() |
Add Invites menu item to custom menus array. |
is_bbpress() |
Use the above is_() functions to return if in any Forums page |
is_buddypress() |
Is this a BuddyPress component? |
is_site_admin() |
WPMU version of is_super_admin() |
is_subdomain_install() |
Whether or not if subdomain install. |
learndash_get_post_type_slug() |
Returns array of slugs used by LearnDash integration. |
learndash_integration_prepare_price_str() | |
maybe_redirects_to_previous_thread_message() |
[maybe_redirects_to_previous_thread_message description] |
mb_strlen() |
Fallback implementation of mb_strlen(), hardcoded to UTF-8. |
mb_strpos() |
Fallback implementation of mb_strpos(), hardcoded to UTF-8. |
mb_strrpos() |
Fallback implementation of mb_strrpos(), hardcoded to UTF-8. |
media_screen() |
Load the Media screen. |
media_screen_single_album() |
Load an individual album screen. |
messages_action_bulk_delete() |
Process a request to bulk delete messages. |
messages_action_conversation() |
Process a request to view a single message thread. |
messages_action_delete_message() |
Process a request to delete a message. |
messages_add_autocomplete_css() |
Enqueue the CSS for messages autocomplete. |
messages_add_autocomplete_js() |
Enqueue the JS for messages autocomplete. |
messages_add_callback_values() |
Set messages-related cookies. |
messages_autocomplete_init_jsblock() |
Print inline JS for initializing the messages autocomplete. |
messages_check_thread_access() |
Check whether a user has access to a thread. |
messages_delete_thread() |
Deletes message thread(s) for a given user. |
messages_format_notifications() |
Format notifications for the Messages component. |
messages_get_default_subject_length() |
Filter default message length. (30 characters) |
messages_get_message_sender() |
Get the ID of the sender of a message. |
messages_get_message_thread_id() |
Get the thread ID from a message ID. |
messages_get_unread_count() |
Get the unread messages count for a user. |
messages_is_user_sender() |
Check whether a user is the sender of a message. |
messages_is_valid_thread() |
Check whether a message thread exists. |
messages_mark_thread_read() |
Mark a thread as read. |
messages_mark_thread_unread() |
Mark a thread as unread. |
messages_new_message() |
Create a new message. |