admin_addon_settings.php 499 B

12345678910
  1. <p>
  2. <?php echo SwpmUtils::_("Some of the simple membership plugin's addon settings and options will be displayed here (if you have them)") ?>
  3. </p>
  4. <form action="" method="POST">
  5. <input type="hidden" name="tab" value="<?php echo $current_tab; ?>" />
  6. <?php do_action('swpm_addon_settings_section');
  7. wp_nonce_field('swpm_addon_settings_section','swpm_addon_settings_section_save_settings');
  8. submit_button(SwpmUtils::_('Save Changes'), 'primary', 'swpm-addon-settings'); ?>
  9. </form>