@since: BuddyPress 2.3.0 |
Description |
|---|---|
| bp_get_the_message_star_action_urlonly |
Filters the star action URL for starring / unstarring a message. |
| bp_get_the_message_star_action_link |
Filters the star action link, including markup. |
| bp_messages_star_set_action() |
Save or delete star message meta according to a message’s star status. |
| bp_messages_star_enqueue_scripts() |
Enqueues the dashicons font. |
| bp_messages_star_bulk_management_dropdown() |
Add the “Add star” and “Remove star” options to the bulk management list. |
| bp_messages_star_message_css_class() |
Add CSS class for the current message depending on starred status. |
| 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. |