Docs

EVF_Form_Task::get_entry_data_for_akismet( array $fields, array $entry ): array

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Get the entry data to be sent to Akismet.

Parameters

$fieldsarrayrequired
Field data for the current form.
$entryarrayrequired
Entry data for the current entry.

Return

array $entry_data Entry data to be sent to Akismet.

Changelog

VersionDescription
2.4.0Introduced.