bp_disable_group_activity_deletions
bp_disable_group_activity_deletions
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_disable_group_activity_deletions') is found 1 times:
- /bp-core/bp-core-options.php line 613609610611612613614615616617618619
*
* @param bool
$disable_group_deletions
Whether
or
not group creator,
* group admin
or
group mod are able to
delete
group activity post.
*/
return
(bool) apply_filters(
'bp_disable_group_activity_deletions'
, (bool) bp_get_option(
'bp-disable-group-activity-deletions'
,
$retval
) );
}
/**
* Are members able to
delete
their own accounts?
*
* @since 1.6.0