jetpack_forms_response_email_template, __DIR__ . /templates/email-response.php
jetpack_forms_response_email_template, __DIR__ . /templates/email-response.php
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_forms_response_email_template, __DIR__ . /templates/email-response.php') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-feedback-email-renderer.php line 637
* * @param string the filename of the HTML template used for response emails to the form owner. */ $print_style = null; // May be set by the template file loaded below. 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 *