Skip to content

Instantly share code, notes, and snippets.

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