# poll-maker/5.6.3/public/partials/poll-maker-ays-public-display.php

Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls, version 5.6.3. 17 lines.

- Page: https://pluginprobe.com/plugins/poll-maker/5.6.3/code/public/partials/poll-maker-ays-public-display.php
- Raw: https://pluginprobe.com/plugins/poll-maker/5.6.3/raw/public/partials/poll-maker-ays-public-display.php
- Modified: 2025-01-21T09:06:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/poll-maker/5.6.3/code/public/partials/poll-maker-ays-public-display.php#L10-L20`.

```php
<?php

/**
 * Provide a public-facing view for the plugin
 *
 * This file is used to markup the public-facing aspects of the plugin.
 *
 * @link       https://ays-pro.com/
 * @since      1.0.0
 *
 * @package    Poll_Maker_Ays
 * @subpackage Poll_Maker_Ays/public/partials
 */
?>

<!-- This file should primarily consist of HTML with a little bit of PHP. -->

```
