Example #1
0
File: form.php Project: johnasp/BST
          <td><?php 
_e('MemberPress Account Page', 'memberpress');
?>
*:</td>
          <td><?php 
MeprOptionsHelper::wp_pages_dropdown($mepr_options->account_page_id_str, $mepr_options->account_page_id, __('Account', 'memberpress'));
?>
</td>
        </tr>
        <tr>
          <td><?php 
_e('MemberPress Login Page', 'memberpress');
?>
*:</td>
          <td><?php 
MeprOptionsHelper::wp_pages_dropdown($mepr_options->login_page_id_str, $mepr_options->login_page_id, __('Login', 'memberpress'));
?>
</td>
        </tr>
      </table>

      <h3 class="mepr-field-label">
        <?php 
_e('Group and Membership Pages Slugs:', 'memberpress');
?>
        <?php 
MeprAppHelper::info_tooltip('mepr-group-and-product-pages-slugs', __('Group and Membership Pages Slugs', 'memberpress'), __('Use these fields to customize the base slug of urls for your groups and memberships.', 'memberpress') . "<br/><br/>" . __('Note: It isn\'t recommended that you change these values if you already have existing groups and membership pages on a production membership site because all your urls for them will change (WordPress will attempt to redirect from old urls to new urls).', 'memberpress'));
?>
      </h3>
      <table class="mepr-options-pane">
        <tbody>