Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created August 15, 2018 22:05
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 bappi-d-great/9419e0a04f5e7d006ee35abc7ba82db7 to your computer and use it in GitHub Desktop.
Save bappi-d-great/9419e0a04f5e7d006ee35abc7ba82db7 to your computer and use it in GitHub Desktop.
Method: add_quiz_entry()
<?php
$quiz_id = 7;
$entry_meta = array(
'name' => 'text-1',
'value' => 'Text Input Value'
);
Forminator_API::add_quiz_entry( $quiz_id, $entry_meta );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment