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.13.2.1

apply_filters('jetpack_contact_form_html') is found 2 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 442
    		 * @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.
    
  • /modules/contact-form/grunion-contact-form.php line 3001
    		 * @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: