Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 503 | /** * Filters whether the user has been marked as a spammer. * * @since 3.7.0 * * @param bool $spammed Whether the user is considered a spammer. * @param WP_User $user User to check against. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $spammed | Whether the user is considered a spammer. |
WP_User | $user | User to check against. |