grunion_after_feedback_post_inserted, $post_id, $this->fields, $is_spam, $entry_values

grunion_after_feedback_post_inserted, $post_id, $this->fields, $is_spam, $entry_values

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('grunion_after_feedback_post_inserted, $post_id, $this->fields, $is_spam, $entry_values') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3073
    		 * @param array   $this->fields An array containg the form's Contact_Form_Field objects.
    		 * @param boolean $is_spam Whether the form submission has been identified as spam.
    		 * @param array   $entry_values The feedback entry values.
    		 */
    		do_action( 'grunion_after_feedback_post_inserted', $post_id, $this->fields, $is_spam, $entry_values );
    
    		// Build the complete email content via the renderer.
    		$context_data = array(
    			'time'                 => $time,
    			'url'                  => $url,
    			'comment_author'       => $comment_author,