1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 03:43:15 +03:00
WordPress-Plugin-Boilerplate/plugin-boilerplate/views/admin.php

10 lines
278 B
PHP

<div class="wrap">
<?php screen_icon(); ?>
<?php // TODO: replace "plugin-name-locale" with a unique value for your plugin ?>
<h2><?php _e( 'My Plugin Name', 'plugin-name-locale' ); ?></h2>
<!-- TODO: Provide markup for your options page here. -->
</div><!-- .wrap -->