Filter hook 'check_is_user_spammed'

in WP Core File wp-includes/user.php at line 533

Description

Filters whether the user has been marked as a spammer.

Occurrences

Filename Line Number
wp-includes/user.php 533

Parameters

Type Name Description
bool $spammed Whether the user is considered a spammer.
WP_User $user User to check against.

PHP Doc

/**
		 * 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.
		 */