1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-16 02:02:10 +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 admin area view for the plugin
*
* This file is used to markup the admin-facing aspects of the plugin.
2014-07-30 22:59:15 +03:00
*
* @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. -->