Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Created October 7, 2016 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjohnson/11fa477db267a5805f125430d4b704b6 to your computer and use it in GitHub Desktop.
Save kjohnson/11fa477db267a5805f125430d4b704b6 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'ninja_forms_submission_actions', 'my_ninja_forms_submission_actions', 10, 2 );
function my_ninja_forms_submission_actions( $actions, $form_data ) {
return $actions;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment