Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Created October 28, 2015 19:26
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/e4bf2fe0ca776f41177e to your computer and use it in GitHub Desktop.
Save kjohnson/e4bf2fe0ca776f41177e to your computer and use it in GitHub Desktop.
<?php
// Returns an Action Model for Action ID 1
Ninja_Forms()->form()->action( 1 )->get();
// Returns an Action Model for Action ID 1
Ninja_Forms()->form()->get_action( 1 );
// Returns an array of Action Models for Form ID 1
Ninja_Forms()->form( 1 )->get_actions();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment