HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-optimize/templates/settings/settings-export-import.php
<?php if (!defined('ABSPATH')) die('No direct access allowed'); ?>

<h3><?php esc_html_e('Export / import settings', 'wp-optimize'); ?></h3>

<div id="wp-optimize-export-import-settings" class="wpo-fieldgroup">
	<p>
		<?php esc_html_e('Here, you can export your WP-Optimize settings, either for use on another site, or to keep as a backup.', 'wp-optimize');?>
	</p>
	<button type="button" style="clear:left;" class="button-primary" id="wpo-settings-export"><?php esc_html_e('Export settings', 'wp-optimize');?></button>

	<p>
		<?php echo esc_html__('You can also import previously-exported settings.', 'wp-optimize').' '.esc_html__('This tool will replace all your saved settings.', 'wp-optimize'); ?>
	</p>

	<button type="button" style="clear:left;" class="button-primary" id="wpo-settings-import"><?php esc_html_e('Import settings', 'wp-optimize');?></button>
	<input type="file" name="settings_file" id="import_settings">
</div>