bp_get_activity_favorite_link()
Return the activity favorite link.
Description
Return
(string) The activity favorite link.
Source
File: bp-activity/bp-activity-template.php
function bp_get_activity_favorite_link() {
global $activities_template;
/**
* Filters the activity favorite link.
*
* @since BuddyPress 1.2.0
*
* @param string $value Constructed link for favoriting the activity comment.
*/
return apply_filters( 'bp_get_activity_favorite_link', wp_nonce_url( home_url( bp_get_activity_root_slug() . '/favorite/' . $activities_template->activity->id . '/' ), 'mark_favorite' ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.2.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.