bottega/simple-membership/views/admin_addon_settings.php

10 lines
499 B
PHP

<p>
<?php echo SwpmUtils::_("Some of the simple membership plugin's addon settings and options will be displayed here (if you have them)") ?>
</p>
<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>