Skip to content

Instantly share code, notes, and snippets.

@viteredgar
Created July 13, 2017 15:13
Show Gist options
  • Select an option

  • Save viteredgar/543c2dbb3cba08ed1137269606377561 to your computer and use it in GitHub Desktop.

Select an option

Save viteredgar/543c2dbb3cba08ed1137269606377561 to your computer and use it in GitHub Desktop.
//add_action( 'gform_after_save_form', array( 'GFZapier', 'send_form_updates' ), 10, 2 );
add_action( 'gform_post_submission', array( 'GFZapier', 'send_form_updates' ), 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment