jetpack_forms_response_email_title

jetpack_forms_response_email_title

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_forms_response_email_title') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 1570
    1566
    1567
    1568
    1569
    1570
    1571
    1572
    1573
    1574
    1575
    1576
    * @since 0.18.0
     *
     * @param string the title of the email
     */
    $title   = (string) apply_filters( 'jetpack_forms_response_email_title', '' );
    $message = self::get_compiled_form_for_email( $post_id, $this );
     
    if ( is_user_logged_in() ) {
        $sent_by_text = sprintf(
            // translators: the name of the site.
            '<br />' . esc_html__( 'Sent by a verified %s user.', 'jetpack-forms' ) . '<br />',