Skip to content

Instantly share code, notes, and snippets.

@acodesmith
Last active June 30, 2019 16:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acodesmith/11379737 to your computer and use it in GitHub Desktop.
Save acodesmith/11379737 to your computer and use it in GitHub Desktop.
Wordpress Contact Form 7 Hook List - Version 3.8
<?php
array(
'wpcf7_admin_after_general_settings',
'wpcf7_admin_after_form',
'wpcf7_admin_after_mail',
'wpcf7_admin_after_mail_2',
'wpcf7_admin_after_messages',
'wpcf7_admin_after_additional_settings',
'wpcf7_admin_footer',
'wpcf7_contact_form',
'wpcf7_mail_sent',
'wpcf7_mail_failed',
'wpcf7_submit',
'wpcf7_before_send_mail',
'wpcf7_after_create',
'wpcf7_after_update',
'wpcf7_after_save'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment