1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-23 21:52:09 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/admin/partials/plugin-name-admin-display.php

17 lines
345 B
PHP
Raw Normal View History

<?php
/**
* Provide a dashboard view for the plugin
*
2014-07-30 22:59:15 +03:00
* 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/admin/partials
*/
?>
<!-- This file should primarily consist of HTML with a little bit of PHP. -->