Файловый менеджер - Редактировать - /home/goldin10/public_html/wp-content/plugins-BAK/woocommerce/templates/emails/plain/email-addresses.php
Error occurred
Назад
<?php /** * Email Addresses (plain) * * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly echo "\n" . __( 'Billing address', 'woocommerce' ) . ":\n"; echo $order->get_formatted_billing_address() . "\n\n"; if ( get_option( 'woocommerce_ship_to_billing_address_only' ) == 'no' && ( $shipping = $order->get_formatted_shipping_address() ) ) : echo __( 'Shipping address', 'woocommerce' ) . ":\n"; echo $shipping . "\n\n"; endif;
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка