jetpack_forms_response_email_template

jetpack_forms_response_email_template

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_forms_response_email_template') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 1663
    		 * @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' );
    		$html_message = sprintf(
    			// The tabs are just here so that the raw code is correctly formatted for developers
    			// They're removed so that they don't affect the final message sent to users
    			str_replace(
    				"\t",
    				'',