bp_activity_comment_delete_link, $link
bp_activity_comment_delete_link, $link
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_comment_delete_link, $link') is found 1 times:
- /bp-activity/bp-activity-template.php line 2458
* @since 1.5.0 * * @param string $link Link to use for deleting the currently displayed activity comment. */ return apply_filters( 'bp_activity_comment_delete_link', $link ); } /** * Output the content of the activity comment currently being displayed. * * @since 1.5.0