Files
wordpress-dev-env/wordpress_plugins/plugin-name/public/partials/plugin-name-public-display.php
Felix Förtsch 648ded8896 Initial commit
2020-10-20 14:39:50 +02:00

17 lines
350 B
PHP
Executable File

<?php
/**
* Provide a public-facing view for the plugin
*
* This file is used to markup the public-facing aspects of the plugin.
*
* @link http://example.com
* @since 1.0.0
*
* @package Plugin_Name
* @subpackage Plugin_Name/public/partials
*/
?>
<!-- This file should primarily consist of HTML with a little bit of PHP. -->