Skip to content

digitoimistodude/acf-wp-polls-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ACF WP-Polls Field Type

With WP-Polls Field type you can fetch the ID of the poll of your choosing. Useful for example when getting polls to a front-page.

Using with Composer

Add to your repositories section in composer.json:

    {
      "type": "vcs",
      "url": "https://github.com/digitoimistodude/acf-wp-polls-redux"
    },

Then add to require:

    "digitoimistodude/acf-wp-polls-redux": "dev-master"