do_action ( 'grunion_after_feedback_post_inserted', integer $post_id, array $this->fields, boolean $is_spam, array $entry_values )

Fires after the feedback post for the contact form submission has been inserted.

Source file: modules/contact-form/grunion-contact-form.php

View in GitHub

Parameters

$post_id

(integer) The post id that contains the contact form data.

$this->fields

(array) An array containg the form’s Grunion_Contact_Form_Field objects.

$is_spam

(boolean) Whether the form submission has been identified as spam.

$entry_values

(array) The feedback entry values.


Changelog

Since: Jetpack 8.6.0


Notes

Have a note to contribute?

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s