jetpack_forms_response_email_template

jetpack_forms_response_email_template

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.4

apply_filters('jetpack_forms_response_email_template') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 2885
    		 * @since 0.18.0
    		 *
    		 * @param string the filename of the HTML template used for response emails to the form owner.
    		 */
    		require apply_filters( 'jetpack_forms_response_email_template', __DIR__ . '/templates/email-response.php' );
    
    		/**
    		 * Filter the HTML for the powered by section in the email.
    		 *
    		 * @module contact-form
    		 *