bp_the_message_star_action_link( array $args = array() )

Output the link or raw URL for starring or unstarring a message.

Description

Parameters

$args

(array) (Optional) See bp_get_the_message_star_action_link() for full documentation.

Default value: array()

Source

File: bp-messages/bp-messages-star.php

function bp_the_message_star_action_link( $args = array() ) {
	echo bp_get_the_message_star_action_link( $args );
}

Changelog

Changelog
Version Description
BuddyPress 2.3.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.