[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
woocommerce
/
packages
/
woocommerce-admin
/
includes
/
emails
+ Folder
+ File
Upload
Editing: plain-admin-report-export-download.php
<?php /** * Admin report export download email (plain text) * * @package WooCommerce\Admin\Templates\Emails\HTML */ defined( 'ABSPATH' ) || exit; echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n"; echo esc_html( wp_strip_all_tags( $email_heading ) ); echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n"; /* translators: %1$s: report name, %2$s: download URL */ echo wp_kses_post( sprintf( __( 'Download your %1$s Report: %2$s', 'woocommerce' ), $report_name, $download_url ) ); echo "\n\n----------------------------------------\n\n"; echo wp_kses_post( apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) ) );
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 html-admin-report-export-download.php
FILE
Ren
[EDIT]
DEL
📄 plain-admin-report-export-download.php
FILE
Ren
[EDIT]
DEL