File "html-admin-report-export-download.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin/includes/emails/html-admin-report-export-download.php
File
size: 304 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('ABSPATH') || exit;
do_action('woocommerce_email_header', $email_heading, $email);
?>
<a href="<?php
echo esc_url($download_url);
?>">
<?php
echo esc_html(sprintf(__('Download your %s Report', 'woocommerce'), $report_name));
?>
</a>
<?php
do_action('woocommerce_email_footer', $email);