| 1 |
<?php |
| 2 |
/** |
| 3 |
* Represents the view for the public-facing component of the plugin. |
| 4 |
* |
| 5 |
* This typically includes any information, if any, that is rendered to the |
| 6 |
* frontend of the theme when the plugin is activated. |
| 7 |
* |
| 8 |
* @package goodByeCaptcha |
| 9 |
* @author Your Name <email@example.com> |
| 10 |
* @license GPL-2.0+ |
| 11 |
* @link http://example.com |
| 12 |
* @copyright 2013 Your Name or Company Name |
| 13 |
*/ |
| 14 |
?> |
| 15 |
<!-- This file is used to markup the public facing aspect of the plugin. --> |