我正试图找到摆脱额外<的方法。 br>在woocommerce电子邮件中。它增加了< br>在请求之后以及日期:
<h2>
<a class="link" href="<?php echo esc_url( admin_url( 'post.php?post=' . $order->get_id() . '&action=edit' ) ); ?>">
<b><?php printf(__( 'Request #%s test', 'woocommerce' ), $order->get_order_number() ); ?></b>
</a>
(<?php strip_tags(
printf( '<time datetime="%s">%s</time>',
$order->get_date_created()->format( 'c' ),
wc_format_datetime( $order->get_date_created() ) ),
'<br>' );
?>)
</h2>