mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
111c60122d
related #38
8 lines
189 B
PHP
8 lines
189 B
PHP
<div class="wrap">
|
|
|
|
<?php screen_icon(); ?>
|
|
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
|
|
|
<!-- TODO: Provide markup for your options page here. -->
|
|
|
|
</div><!-- .wrap -->
|