Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Created October 10, 2016 19:56
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 kjohnson/5457d25b234add009f415320d051c990 to your computer and use it in GitHub Desktop.
Save kjohnson/5457d25b234add009f415320d051c990 to your computer and use it in GitHub Desktop.
<?php
add_action( 'ninja_forms_after_submission', 'my_ninja_forms_after_submission' );
function my_ninja_forms_after_submission( $form_data ){
// Do stuff.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment