HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux bsx-1-dev 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/memberpress/app/views/admin/readylaunch/checkout.php
<?php defined('ABSPATH') || exit; ?>
<div class="mepr_modal" aria-labelledby="mepr-checkout-modal" id="mepr-checkout-modal" role="dialog" aria-modal="true" style="display: none;">
  <div class="mepr_modal__overlay"></div>
  <div class="mepr_modal__content_wrapper">
    <div class="mepr_modal__content">
      <div class="mepr_modal__box">
        <button type="button" class="mepr_modal__close">&#x2715;</button>
        <div>
          <h3>
            <?php esc_html_e('Registration Page Settings', 'memberpress'); ?>
          </h3>
          <table class="mepr-modal-options-pane" style="width: 100%;">
            <tbody>
              <tr>
                <td>
                  <label class="switch">
                    <input id="<?php echo esc_attr($mepr_options->design_show_checkout_price_terms_str); ?>" name="<?php echo esc_attr($mepr_options->design_show_checkout_price_terms_str); ?>" class="mepr-template-enablers" type="checkbox" value="1" <?php checked($mepr_options->design_show_checkout_price_terms, true); ?>>
                    <span class="slider round"></span>
                  </label>
                </td>
                <td>
                  <?php esc_html_e('Show Price Terms', 'memberpress'); ?>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <button class="mepr_modal__button button button-primary"><?php echo esc_html_x('Update', 'ui', 'memberpress'); ?></button>
      </div>
    </div>
  </div>
</div>