Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created June 25, 2018 21:01
Show Gist options
  • Save bappi-d-great/967e967dff05f3942ed74622a6ab7b3a to your computer and use it in GitHub Desktop.
Save bappi-d-great/967e967dff05f3942ed74622a6ab7b3a to your computer and use it in GitHub Desktop.
get_poll
<?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