Submit
Path:
~
/
home
/
getwphos
/
public_html
/
almajd
/
wp-content
/
plugins
/
woocommerce
/
templates
/
emails
/
plain
/
File Content:
email-downloads.php
<?php /** * Email Downloads. * * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-downloads.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates * @version 3.4.0 */ defined( 'ABSPATH' ) || exit; echo esc_html( wc_strtoupper( esc_html__( 'Downloads', 'woocommerce' ) ) ) . "\n\n"; foreach ( $downloads as $download ) { foreach ( $columns as $column_id => $column_name ) { echo wp_kses_post( $column_name ) . ': '; if ( has_action( 'woocommerce_email_downloads_column_' . $column_id ) ) { do_action( 'woocommerce_email_downloads_column_' . $column_id, $download, $plain_text ); } else { switch ( $column_id ) { case 'download-product': echo esc_html( $download['product_name'] ); break; case 'download-file': echo esc_html( $download['download_name'] ) . ' - ' . esc_url( $download['download_url'] ); break; case 'download-expires': if ( ! empty( $download['access_expires'] ) ) { echo esc_html( date_i18n( get_option( 'date_format' ), strtotime( $download['access_expires'] ) ) ); } else { esc_html_e( 'Never', 'woocommerce' ); } break; } } echo "\n"; } echo "\n"; } echo '=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-='; echo "\n\n";
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin-cancelled-order.php
2765 bytes
0644
admin-failed-order.php
2748 bytes
0644
admin-new-order.php
2597 bytes
0644
customer-cancelled-order.php
2869 bytes
0644
customer-completed-order.php
2595 bytes
0644
customer-failed-order.php
2913 bytes
0644
customer-fulfillment-created.php
2528 bytes
0644
customer-fulfillment-deleted.php
2697 bytes
0644
customer-fulfillment-updated.php
2674 bytes
0644
customer-invoice.php
3758 bytes
0644
customer-new-account.php
2946 bytes
0644
customer-note.php
2561 bytes
0644
customer-on-hold-order.php
2793 bytes
0644
customer-pos-completed-order.php
3913 bytes
0644
customer-pos-refunded-order.php
4229 bytes
0644
customer-processing-order.php
2870 bytes
0644
customer-refunded-order.php
3320 bytes
0644
customer-reset-password.php
2666 bytes
0644
email-addresses.php
2666 bytes
0644
email-customer-details.php
1020 bytes
0644
email-downloads.php
1706 bytes
0644
email-fulfillment-details.php
3451 bytes
0644
email-fulfillment-items.php
2421 bytes
0644
email-order-details.php
3084 bytes
0644
email-order-items.php
3927 bytes
0644
N4ST4R_ID | Naxtarrr