Description
Ensure that any Akismet-added form fields are included in the comment-check call.
Occurrences
Filename | Line Number |
---|---|
wp-content/plugins/akismet/class.akismet.php | 1658 |
Parameters
Type | Name | Description |
---|---|---|
array | $form | |
array | $data | Some plugins will supply the POST data via the filter, since they don't read it directly from $_POST. |
PHP Doc
/**
* Ensure that any Akismet-added form fields are included in the comment-check call.
*
* @param array $form
* @param array $data Some plugins will supply the POST data via the filter, since they don't
* read it directly from $_POST.
* @return array $form
*/