Skip to main content

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

NameTypeDescription
$verdictarray|\WP_Error|nullThe short-circuit verdict.
$payloadstringThe serialized payload.
$formarrayThe form currently being processed.
$entryarrayThe entry currently being processed.

Since

  • 1.9.0

Source

Defined in includes/class-gf-zero-spam-ai-review.php at line 1291