Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created February 27, 2024 22:51
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 gicolek/b8f4da790d94ac00898d093703518636 to your computer and use it in GitHub Desktop.
Save gicolek/b8f4da790d94ac00898d093703518636 to your computer and use it in GitHub Desktop.
GF API get entries
<?php
$form_id = '1';
$entry = GFAPI::get_entries( $form_id );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment