🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:06:21 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
includes
/
react-admin
/
emails
📍 /home/therahul/public_html/wp-content/plugins/woocommerce/includes/react-admin/emails
🔄 Refresh
✏️
Editing: html-admin-report-export-download.php
Writable
<?php /** * Admin report export download * * @package WooCommerce\Admin\Templates\Emails\HTML */ defined( 'ABSPATH' ) || exit; /* * @hooked WC_Emails::email_header() Output the email header */ do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <a href="<?php echo esc_url( $download_url ); ?>"> <?php /* translators: %s: report name */ echo esc_html( sprintf( __( 'Download your %s Report', 'woocommerce' ), $report_name ) ); ?> </a> <?php /* * @hooked WC_Emails::email_footer() Output the email footer */ do_action( 'woocommerce_email_footer', $email );
💾 Save Changes
❌ Cancel