mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
bf17525093
related #48
17 lines
No EOL
453 B
PHP
17 lines
No EOL
453 B
PHP
<?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. -->
|