Skip to content

Instantly share code, notes, and snippets.

View adrienbecuwe's full-sized avatar

myriad-adrien adrienbecuwe

View GitHub Profile
@adrienbecuwe
adrienbecuwe / API.php
Created November 7, 2017 14:30 — forked from mohamedsalehamin/API.php
Wp-Polls Rest Api Gist
<?php
/**********************************************************************
*
* Poll
*
**********************************************************************/
function get_poll_template_by_me($poll_id, $display_loading = true)
{
global $wpdb;
$data = array();