HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/sparkle/wp-content/plugins/wp-all-export/views/admin/manage/templates.php
<?php
if(!defined('ABSPATH')) {
    die();
}
?>
<div class="wrap download-import-templates">
	<h2><?php esc_html_e('Download Import Templates', 'wp_all_export_plugin') ?></h2>
	<p class="description"><?php esc_html_e('Download your import templates and use them to import your exported file to a separate WordPress/WP All Import installation.', 'wp_all_export_plugin'); ?></p>
	<p class="description"><?php esc_html_e('Install these import templates in your separate WP All Import installation from the <i>All Import › Settings</i> page by clicking the "Import Templates" button.', 'wp_all_export_plugin'); ?></p>
	<p class="submit-buttons">
		<a class="button-primary" href='<?php echo esc_url(add_query_arg(array('id' => $item['id'], 'action' => 'get_template', '_wpnonce' => wp_create_nonce( '_wpnonce-download_template' )), $this->baseUrl));?>'>Download</a>
	</p>
	<img src="<?php echo PMXE_ROOT_URL; ?>/static/img/import-templates.png" width="400px" style="border: 1px solid #aaa;">
    <div class="wpallexport-display-columns wpallexport-margin-top-forty">
		<?php echo apply_filters('wpallexport_footer', ''); ?>
    </div>
</div>