@since: BuddyPress 2.3.0 |
Description |
---|---|
bp_messages_filter_starred_message_threads() |
Filter message threads by those starred by the logged-in user. |
bp_get_messages_starred_slug() |
Return the starred messages slug. Defaults to ‘starred’. |
bp_get_messages_starred_slug |
Filters the starred message slug. |
bp_messages_is_message_starred() |
Function to determine if a message ID is starred. |
bp_the_message_star_action_link() |
Output the link or raw URL for starring or unstarring a message. |
bp_get_the_message_star_action_link() |
Return the link or raw URL for starring or unstarring a message. |
bp_messages_star_screen() |
Screen handler to display a user’s “Starred” private messages page. |
bp_messages_screen_star |
Fires right before the loading of the “Starred” messages box. |
bp_messages_star_content() |
Screen content callback to display a user’s “Starred” messages page. |
bp_messages_star_bulk_manage_handler() |
Bulk manage handler to set the star status for multiple messages. |