notices
5 years ago
admin-bar.php
7 years ago
admin-tab-advanced.php
7 years ago
admin-tab-logs.php
5 years ago
admin-tab-main.php
7 years ago
admin-tab-plugins.php
5 years ago
admin-tab-themes.php
5 years ago
advanced-premium-preview.php
7 years ago
advanced-premium.php
5 years ago
exclude-users.php
5 years ago
force-updates.php
5 years ago
reset-options.php
5 years ago
reset-options.php
8 lines
| 1 | <?php |
| 2 | if (!defined('ABSPATH')) die('No direct access.'); |
| 3 | echo '<div class="eum-advanced-settings-container reset-options">'; |
| 4 | printf('<h3>%s</h3>', esc_html__('Reset options', 'stops-core-theme-and-plugin-updates')); |
| 5 | printf('<p>%s</p>', esc_html__('This will reset all options to as if you have just installed the plugin. WARNING!: This also clears the logs.', 'stops-core-theme-and-plugin-updates')); |
| 6 | printf('<p class="submit"><input type="submit" name="submit" id="reset-options" class="button button-primary" value="%s"></p>', esc_attr__('Reset all options', 'stops-core-theme-and-plugin-updates')); |
| 7 | echo '</div>'; |
| 8 |