do_action( 'bp_core_process_spammer_status', int $user_id , bool $is_spam )
Fires at the end of the process for hanlding spammer status.
Description Description
Parameters Parameters
- $user_id
-
ID of the processed user.
- $is_spam
-
The determined spam status of processed user.
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
1.5.5 | Introduced. |