bp_activity_user_can_delete, $can_delete, $activity
bp_activity_user_can_delete, $can_delete, $activity
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_user_can_delete, $can_delete, $activity') is found 1 times:
- /bp-activity/bp-activity-template.php line 1885
* * @param bool $can_delete Whether the user can delete the item. * @param object $activity Current activity item object. */ return (bool) apply_filters( 'bp_activity_user_can_delete', $can_delete, $activity ); } /** * Output the activity parent content. * * @since 1.2.0