mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
fd69c019ec
Added a Plugin Settings page, that can be enabled by uncommenting the line that hooks it into the admin_menu action hook. Added additional views that contain the WordPress standard markup to wrap the plugin settings markup. The views are now loaded into the plugin page.
3 lines
67 B
PHP
3 lines
67 B
PHP
<div class="wrap">
|
|
<?php screen_icon(); ?>
|
|
<h2>My Plugin Name</h2>
|