Docs

EVF_Form_Task::get_field_type_allowlist_for_akisment(): 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 list of field types that are allowed to be sent to Akismet.

Return

array List of field types that are allowed to be sent to Akismet

Hooks

apply_filters( ‘evf_forms_akismet_get_field_type_allowlist’, array $field_type_allowlist )

Filters the field types that are allowed to be sent to Akismet.

Changelog

VersionDescription
1.7.6Introduced.