File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/simple-membership/views/admin_addon_settings.php
<div class="swpm-grey-box">
<p>
    <?php echo SwpmUtils::_("Some of the simple membership plugin's addon settings and options will be displayed here (if you have them)") ?>
</p>
</div>
<form action="" method="POST">
    <input type="hidden" name="tab" value="<?php echo $current_tab; ?>" />
    <?php do_action('swpm_addon_settings_section');
    wp_nonce_field('swpm_addon_settings_section','swpm_addon_settings_section_save_settings');
    submit_button(SwpmUtils::_('Save Changes'), 'primary', 'swpm-addon-settings'); ?>
</form>