apply_filters( 'llms_is_spammer', bool $is_spammer , array $activity )
Allow filtering whether the current visitor is a spammer.
Parameters Parameters
- $is_spammer
-
(bool) Whether the current visitor is a spammer.
- $activity
-
(array) The list of potential spam activity.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |