Created
August 15, 2018 22:01
-
-
Save bappi-d-great/d3a0eea83b3c99efe91f0369cd38cd17 to your computer and use it in GitHub Desktop.
Method: update_poll_entry()
This file contains 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 | |
$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