apply_filters( 'check_is_user_spammed', bool $spammed, WP_User $user )

Filters whether the user has been marked as a spammer.


Description Description


Parameters Parameters

$spammed

(bool) Whether the user is considered a spammer.

$user

(WP_User) User to check against.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.