# loginpress/1.0.13/include/settings.php

LoginPress | wp-login Custom Login Page Customizer, version 1.0.13. 42 lines.

- Page: https://pluginprobe.com/plugins/loginpress/1.0.13/code/include/settings.php
- Raw: https://pluginprobe.com/plugins/loginpress/1.0.13/raw/include/settings.php
- Modified: 2017-02-02T05:43:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/loginpress/1.0.13/code/include/settings.php#L10-L20`.

```php
<!-- <h2 class="nav-tab-wrapper">
  <a class="nav-tab nav-tab-active" href="<?php //echo admin_url( 'admin.php?page=loginpress-settings' ) ?>">Settings</a>
  <a class="nav-tab" href="<?php //echo admin_url( 'admin.php?page=loginpress-settings&get-premium=loginpress' ) ?>">Premium Version</a>
</h2> -->

<h2>LoginPress Settings</h2>
<div id="normal-sortables" class="meta-box-sortables wpbrigade-videobox-wrapper">
  <!-- <div id="wpbrigade_infs_general_videobox" class="postbox">
    <h3><span>Upgrade to the PREMIUM VERSION</span></h3>
    <div class="inside">
      <div class="wpbrigade_videobox">
        <div class="column"><span class="wpbrigade-heading">Discover the Advanced Features</span>
          <a class="wpbrigade-video-link" href="#" data-video-id="wpbrigade-video-iframe">
            <img src="<?php echo LOGINPRESS_DIR_URL . 'img/dummy.jpg' ?>">
          </a>
            <div class="wpbrigade-video-description-wrapper">
                <p class="wpbrigade-video-description">LonginPress Pro</p>
                  <p>Upgrade to the PREMIUM VERSION of LonginPress to benefit from all features!</p>
            </div>
          </div>
          <div class="column right">
            <span class="wpbrigade-heading">Get Support and Pro Features?</span>

            <p>Our free version works superb as there are awesome reviews coming all the way. If you want to support our development, I will highly recommend to buy our Pro version</p>

            <p>
              <a class="button-primary" href="" target="_blank">Get Support and Pro Features</a>
            </p>
          </div>
        </div>
      </div>
    </div> -->
  </div>
  <div class="wpbrigade-video-popup-overlay" id="wpbrigade-video-iframe">
  <div class="wpbrigade-video-popup">
    <span class="dashicons dashicons-no-alt wpbrigade-close-popup"></span>
    <div class="wpbrigade-video-wrapper">
        <iframe width="560" height="315" src="https://www.youtube.com/embed/GMAwsHomJlE" frameborder="0" allowfullscreen></iframe>
    </div>
  </div>
  </div>

```
