bp_get_activity_delete_url, $url
bp_get_activity_delete_url, $url
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_delete_url, $url') is found 1 times:
- /bp-activity/bp-activity-template.php line 3151
* @since 2.1.0 * * @param string $url Activity delete URL. */ return apply_filters( 'bp_get_activity_delete_url', $url ); } /** * Output the activity latest update link. * * @since 1.2.0