mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
parent
5cf899c20b
commit
bf17525093
3 changed files with 0 additions and 0 deletions
17
plugin-name/views/public.php
Normal file
17
plugin-name/views/public.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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
|
||||
* @subpackage views
|
||||
* @author TODO
|
||||
* @license GPL-2.0+
|
||||
* @link TODO
|
||||
* @version 1.0.0
|
||||
* @since 1.0.0
|
||||
*/
|
||||
?>
|
||||
<!-- This file is used to markup the public facing aspect of the plugin. -->
|
Loading…
Add table
Add a link
Reference in a new issue