Skip to content

Instantly share code, notes, and snippets.

@rochow
Last active August 29, 2015 14:25
Show Gist options
  • Save rochow/466f7c0696d6f4be781e to your computer and use it in GitHub Desktop.
Save rochow/466f7c0696d6f4be781e to your computer and use it in GitHub Desktop.
Gravity Forms - Get Number of Entries
// USAGE: $form_count['total'] (int)
$form_count = RGFormsModel::get_form_counts( 1 ); // 1 = Form ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment