Filters whether the user has been marked as a spammer.
Parameters
$spammedbool- Whether the user is considered a spammer.
$userWP_User- User to check against.
Source
$spammed = apply_filters( 'check_is_user_spammed', is_user_spammy( $user ), $user );
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.