Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created August 15, 2018 22:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bappi-d-great/d3a0eea83b3c99efe91f0369cd38cd17 to your computer and use it in GitHub Desktop.
Method: update_poll_entry()
<?php
$poll_id = 7;
$entry_id = 32;
$entry_meta = array(
'name' => 'text-1',
'value' => 'Text Input Value'
);
Forminator_API::update_poll_entry( $poll_id, $entry_id, $entry_meta );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment