芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/woocommerce/templates/emails/admin-new-order.php
' : ''; /* translators: %s: Customer billing full name */ $text = __( 'You’ve received the following order from %s:', 'woocommerce' ); if ( $email_improvements_enabled ) { /* translators: %s: Customer billing full name */ $text = __( 'Woo! You’ve received a new order from %s:', 'woocommerce' ); } ?>
get_formatted_billing_full_name() ) ); ?>
' : ''; ?>
' : ''; echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) ); echo $email_improvements_enabled ? '
' : ''; } /* * @hooked WC_Emails::email_footer() Output the email footer */ do_action( 'woocommerce_email_footer', $email );