Created
June 25, 2018 21:01
-
-
Save bappi-d-great/967e967dff05f3942ed74622a6ab7b3a to your computer and use it in GitHub Desktop.
get_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 = 23; | |
$poll = Forminator_API::get_poll( $poll_id ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment