add a hook to allow extenders to add notices or content after payment details on order edit screen

This commit is contained in:
Rua Haszard 2023-05-24 14:57:56 +12:00
parent d6931f316e
commit 928783be8b
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ class WC_Meta_Box_Order_Data {
?>
</p>
<div>
<?php do_action( 'woocommerce_order_details_after_payment_info' ); ?>
</div>
<div class="order_data_column_container">
<div class="order_data_column">
<h3><?php esc_html_e( 'General', 'woocommerce' ); ?></h3>