Nessuna descrizione

admin.php 553B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Represents the view for the administration dashboard.
  4. *
  5. * This includes the header, options, and other information that should provide
  6. * The User Interface to the end user.
  7. *
  8. * @package Featured_Image_Admin_Thumb
  9. * @author Sean Hayes <sean@seanhayes.biz>
  10. * @license GPL-2.0+
  11. * @link http://www.seanhayes.biz
  12. * @copyright 2014 Sean Hayes
  13. */
  14. ?>
  15. <div class="wrap">
  16. <?php screen_icon(); ?>
  17. <h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
  18. <!-- @TODO: Provide markup for your options page here. -->
  19. </div>