entry_is_spam_akismet()
public static function entry_is_spam_akismet( $is_spam, $form, $entry )
Callback for gform_entry_is_spam; performs the Akimset spam check.
Since: 2.9.12 (Moved to a filter callback from GFCommon::is_spam_entry().)
Source: common.php:4889
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$is_spam | bool | Indicates if the submission has been flagged as spam. | |
$form | array | The form currently being processed. | |
$entry | array | The entry currently being processed. |
Returns
bool