bp_get_activity_delete_link, $link
bp_get_activity_delete_link, $link
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_delete_link, $link') is found 1 times:
- /bp-activity/bp-activity-template.php line 3097
* @since 1.1.0 * * @param string $link Activity delete HTML link. */ return apply_filters( 'bp_get_activity_delete_link', $link ); } /** * Output the URL to delete a single activity stream item. * * @since 2.1.0