In this article

action

grunion_after_feedback_post_inserted

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

Parameters

$post_id
integer

The post id that contains the contact form data.

$is_spam
boolean

Whether the form submission has been identified as spam.

$entry_values
array

The feedback entry values.

$this->fields
array

$this->fields An array containg the form's Contact_Form_Field objects.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.