grunion_pre_message_sent, $post_id, $all_values, $extra_values
grunion_pre_message_sent, $post_id, $all_values, $extra_values
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('grunion_pre_message_sent, $post_id, $all_values, $extra_values') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3162
* @param integer $post_id Post contact form lives on * @param array $all_values Contact form fields * @param array $extra_values Contact form fields not included in $all_values */ do_action( 'grunion_pre_message_sent', $post_id, $all_values, $extra_values ); self::wp_mail( $to, "{$spam}{$subject}", $message, $headers ); } // Schedule deletes of old spam feedbacks. if ( ! wp_next_scheduled( 'grunion_scheduled_delete' ) ) {