jetpack_contact_form_akismet_values

jetpack_contact_form_akismet_values

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_contact_form_akismet_values') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php line 1072
    1068
    1069
    1070
    1071
    1072
    1073
    1074
    1075
    1076
    1077
    1078
         * @since 10.2.0
         *
         * @param array $form The form values being sent to Akismet.
         */
        return apply_filters( 'jetpack_contact_form_akismet_values', $form );
    }
     
    /**
     * Submit contact-form data to Akismet to check for spam.
     * If you're accepting a new item via $_POST, run it Contact_Form_Plugin::prepare_for_akismet() first
     * Attached to `jetpack_contact_form_is_spam`

See this hook used in plugins: