bp_get_activity_comment_permalink, $link, $comment_id
bp_get_activity_comment_permalink, $link, $comment_id
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_comment_permalink, $link, $comment_id') is found 1 times:
- /bp-activity/bp-activity-template.php line 2910
* * @param string $link Activity comment permalink. * @param int $comment_id ID for the current activity comment. */ return apply_filters( 'bp_get_activity_comment_permalink', $link, $comment_id ); } /** * Output the activity favorite link. * * @since 1.2.0