Created
June 25, 2018 21:05
-
-
Save bappi-d-great/60b01ca6c88aaa87dd957031f484eaba to your computer and use it in GitHub Desktop.
delete_poll
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 | |
$poll_id = 65; | |
$form = Forminator_API::delete_poll( $poll_id ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment