HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/bohousj/www/wp-content/plugins/perfect-woocommerce-brands/templates/admin/brands-exporter.php
<?php
/**
 * The template for displaying the edit-tags.php exporter/importer
 *
 * @version 1.0.0
 */

defined( 'ABSPATH' ) || die( 'No script kiddies please!' );
?>

<div class="pwb-brands-exporter pwb-clearfix">
	<button class="button pwb-brands-export"><?php esc_html_e( 'Export brands', 'perfect-woocommerce-brands' ); ?></button>
	<button class="button pwb-brands-import"><?php esc_html_e( 'Import brands', 'perfect-woocommerce-brands' ); ?></button>
	<input type="file" class="pwb-brands-import-file" accept="application/json">
	<p><?php esc_html_e( 'This tool allows you to export and import the brands between different sites using PWB.', 'perfect-woocommerce-brands' ); ?></p>
</div>