1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 05:35:36 +03:00

moving all public related code to a self-contained subdirectory

related #100
This commit is contained in:
Tom McFarlin 2013-10-30 16:50:36 -04:00
parent ba5bddf891
commit 9d8f38b339
8 changed files with 339 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<?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 Plugin_Name
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2013 Your Name or Company Name
*/
?>
<!-- This file is used to markup the public facing aspect of the plugin. -->