jetpack_forms_send_test_feedback_email

jetpack_forms_send_test_feedback_email

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.9

apply_filters('jetpack_forms_send_test_feedback_email') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3018
    			 * @param bool     $send     Whether to send the test submission email. Default true.
    			 * @param int      $post_id  The feedback post ID.
    			 * @param Feedback $response The feedback response object.
    			 */
    			$send_email = apply_filters( 'jetpack_forms_send_test_feedback_email', true, $post_id, $response );
    		}
    
    		/**
    		 * Filter to determine if spam should still be emailed.
    		 *
    		 * @module contact-form