apply_filters( 'bp_activity_user_can_mark_spam', bool $moderate )
Filters whether the current user should be able to mark items as spam.
Description Description
Parameters Parameters
- $moderate
-
Whether or not the current user has bp_moderate capability.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |