get_id() );
?>
has_status( 'failed' ) ) : ?>
$order ) ); ?>
-
'. $order->get_order_number() . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
-
' . wc_format_datetime( $order->get_date_created() ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_user_id() === get_current_user_id() && $order->get_billing_email() ) : ?>
-
' . $order->get_billing_email() . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
-
' . $order->get_formatted_order_total() . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_payment_method_title() ) : ?>
-
' . wp_kses_post( $order->get_payment_method_title() ) . ''; ?>
' . __( 'Read about our privacy policy', 'xstore' ) . '';
}
?>
get_variation_id() ? $item->get_variation_id() : $item->get_product_id();
$product = wc_get_product($product_id);
return $product->get_image() . ''. $item_name;
}, 1, 3);
add_action('woocommerce_order_item_meta_end', function () {
echo '';
}, 999);
endif;
?>
get_payment_method(), $order->get_id() ); ?>
get_id() ); ?>
false ) ); ?>