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:
parent
ba5bddf891
commit
9d8f38b339
8 changed files with 339 additions and 0 deletions
1
plugin-name/public/views/index.php
Normal file
1
plugin-name/public/views/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden
|
16
plugin-name/public/views/public.php
Normal file
16
plugin-name/public/views/public.php
Normal 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. -->
|
Loading…
Add table
Add a link
Reference in a new issue