Filter: gf_zero_spam_ai_verdict
Short-circuits AI Spam Review with a deterministic verdict.
Return null to use the WordPress AI Client, a WP_Error to fail open, or an array containing is_spam, confidence, and reason to skip the AI call.
Parameters
| Name | Type | Description |
|---|---|---|
| $verdict | array|\WP_Error|null | The short-circuit verdict. |
| $payload | string | The serialized payload. |
| $form | array | The form currently being processed. |
| $entry | array | The entry currently being processed. |
Since
- 1.9.0
Source
Defined in includes/class-gf-zero-spam-ai-review.php at line 1291