1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-17 18:52:09 +03:00
WordPress-Plugin-Boilerplate/plugin-name/views/public.php

15 lines
470 B
PHP
Raw Normal View History

2013-05-12 15:56:48 +03:00
<?php
/**
* Represents the view for the public-facing component of the plugin.
*
* This typically includes any information, if any, that is rendered to the
* frontend of the theme when the plugin is activated.
*
* @package PluginName
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2013 Your Name or Company Name
2013-05-12 15:56:48 +03:00
*/
?>
2011-07-12 00:37:07 +03:00
<!-- This file is used to markup the public facing aspect of the plugin. -->