check_is_user_spammed

最后更新于:2021-11-25 23:09:04

apply_filters( ‘check_is_user_spammed’, bool $spammed, GC_User $user )

Filters whether the user has been marked as a spammer.

参数

$spammed

(bool)
Whether the user is considered a spammer.

$user

(GC_User)
User to check against.

源文件

文件: gc-includes/user.php

View on Trac