jetpack_forms_response_email_template

jetpack_forms_response_email_template

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_forms_response_email_template') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 1911
    1907
    1908
    1909
    1910
    1911
    1912
    1913
    1914
    1915
    1916
    1917
    * @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",
            '',