=== Poll And Vote System ===
Contributors: hasanazizul
Donate link: http://azizulhasan.com
Tags: booth, poll, poll maker, wppolls, vote, epoll, polls
Requires at least: 4.0
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Poll system in WordPress block enabled. Add a poll to post throw shortcode and get all poll throw rest API.
== Description ==

Poll system in WordPress block enabled. Add a poll to post throw shortcode and get all poll throw rest API.

### Useful Links:
> * [Live Demo](https://wp-speech.azizulhasan.com/poll-and-vote-system/)
> * [Request A Feature](https://wp-speech.azizulhasan.com/contact/)

**Features:**
1. Add a poll through a shortcode.
2. Add custom class.
3. Add custom CSS.
4. Preview poll to block editor.

== Installation ==
1. Download and unzip the plugin
2. Upload the entire "poll-and-vote-system" directory to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Go to "Poll  System" menu and configure your settings


== Frequently Asked Questions ==

= How to add id to shortcode? =
`[pvs_poll id="Your_Id"]`
= How to add custom class ? =
Add your custom class as space saperated. example : [pvs_poll customclass="classA classB"]
= How to add custom css ? =
[pvs_poll customcss="custom css"]


== Screenshots ==
1. Add poll through shortcode.
2. Preview block editor.
3. Add poll.
4. Poll Documentation.

== Changelog ==

= 1.0.0 (2022-08-24)  =
* Initial release.

== Upgrade Notice ==

= 0.1 =
This version fixes a security related bug. Upgrade immediately.