bp_the_message_star_action_link( array $args = array() )

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


Description Description


Parameters Parameters

$args

(Optional) See bp_get_the_message_star_action_link() for full documentation.

Default value: array()


Top ↑

Source 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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.