apply_filters( 'bp_activity_user_can_delete', bool $can_delete, object $activity )

Filters whether the current user can delete an activity item.


Description Description


Parameters Parameters

$can_delete

Whether the user can delete the item.

$activity

Current activity item object.


Top ↑

Source Source

File: bp-activity/bp-activity-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.