grunion_after_message_sent, $post_id, $to, $subject, $message, $headers, $all_values, $extra_values

grunion_after_message_sent, $post_id, $to, $subject, $message, $headers, $all_values, $extra_values

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('grunion_after_message_sent, $post_id, $to, $subject, $message, $headers, $all_values, $extra_values') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3192
    		 * @param string|array $headers Optional. Additional headers.
    		 * @param array $all_values Contact form fields.
    		 * @param array $extra_values Contact form fields not included in $all_values
    		 */
    		do_action( 'grunion_after_message_sent', $post_id, $to, $subject, $message, $headers, $all_values, $extra_values );
    
    		$refresh_args = array(
    			'contact-form-id'   => $id,
    			'contact-form-sent' => $post_id,
    			'contact-form-hash' => $this->hash,
    			'_wpnonce'          => wp_create_nonce( "contact-form-sent-{$post_id}" ), // wp_nonce_url HTMLencodes :( .