add a hook to allow extenders to add notices or content after payment details on order edit screen
This commit is contained in:
parent
d6931f316e
commit
928783be8b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue