Skip to content

Instantly share code, notes, and snippets.

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