Filters whether the user has been marked as a spammer.
Parameters
$spammed
bool- Whether the user is considered a spammer.
$user
WP_User- User to check against.
Source
return $input_user;
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |
Filters whether the user has been marked as a spammer.
$spammed
bool$user
WP_Userreturn $input_user;
Version | Description |
---|---|
3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.