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

17 lines
345 B
PHP
Executable File

<?php
/**
* Provide a admin area view for the plugin
*
* This file is used to markup the admin-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. -->