apply_filters( 'check_is_user_spammed', bool $spammed , WP_User $user )
Filters whether the user has been marked as a spammer.
Parameters
- $spammed
-
Whether the user is considered a spammer.
- $user
-
User to check against.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |