/wp-content/plugins/sumome/views/siteID.php

https://bitbucket.org/carloskikea/helpet · PHP · 24 lines · 22 code · 2 blank · 0 comment · 0 complexity · e738b1b632778350eebd08741f12e484 MD5 · raw file

  1. <!-- Site ID -->
  2. <div class="sumome-plugin-main">
  3. <div class="site-ID-container">
  4. <div class="row row3 site-ID">
  5. <div class="columns">
  6. <div class="list-bullet">
  7. <h4 class="list-number-title">Your Site Id</h4>
  8. </div>
  9. <form method="post" action="options.php">
  10. <?php settings_fields('sumome'); ?>
  11. <table>
  12. <?php do_settings_fields('sumome', 'sumome-settings') ?>
  13. </table>
  14. <div class="sumome-instructions">
  15. NOTE: If you already have a site ID from a previous installation and you wish to retain all your settings then enter the site ID above otherwise you may use a new site ID to perform a new installation. Changing the site ID will lose all settings, apps, and purchases.
  16. </div>
  17. <?php submit_button(); ?>
  18. </form>
  19. </div>
  20. </div>
  21. </div>
  22. </div>