jetpack_contact_form_html

jetpack_contact_form_html

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_contact_form_html') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 497
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
         * @since 10.2.0
         *
         * @param string $r The contact form HTML.
         */
        return apply_filters( 'jetpack_contact_form_html', $r );
    }
     
    /**
     * Returns a success message to be returned if the form is sent via AJAX.
     *
     * @param int          $feedback_id - the feedback ID.

See this hook used in plugins: