Created
August 13, 2018 18:56
-
-
Save bappi-d-great/798f674a47b774066026e3cadb2759de to your computer and use it in GitHub Desktop.
Method: get_entry()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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