mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 12:23:54 +02:00
9 lines
278 B
PHP
9 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 -->
|