jetpack_contact_form_in_comment_disallowed_list, false, $akismet_values

jetpack_contact_form_in_comment_disallowed_list, false, $akismet_values

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_contact_form_in_comment_disallowed_list, false, $akismet_values') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 2877
    		 *
    		 * @param bool  $result         Is the submitted feedback in the disallowed list.
    		 * @param array $akismet_values Feedack values returned by the Akismet plugin.
    		 */
    		$in_comment_disallowed_list = apply_filters( 'jetpack_contact_form_in_comment_disallowed_list', false, $akismet_values );
    
    		if ( ! $comment_author ) {
    			$comment_author = $comment_author_email;
    		}
    
    		/**