do_action( 'bp_core_action_set_spammer_status', int $value , string $status )
Fires after processing a user as a spammer.
Parameters Parameters
- $value
-
(int) ID of the currently displayed user.
- $status
-
(string) Determined status of "spam" or "ham" for the displayed user.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |