Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created August 13, 2018 18:56
Show Gist options
  • Save bappi-d-great/798f674a47b774066026e3cadb2759de to your computer and use it in GitHub Desktop.
Save bappi-d-great/798f674a47b774066026e3cadb2759de to your computer and use it in GitHub Desktop.
Method: get_entry()
<?php
$form_id = 7;
$entry_id = 20;
$entry = Forminator_API::get_entry( $form_id, $entry_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment