woocommerce_admin_order_preview_start

woocommerce_admin_order_preview_start

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_order_preview_start') is found 1 times:

  • /src/Internal/Admin/Orders/ListTable.php line 1519
    								<span class="screen-reader-text"><?php esc_html_e( 'Close modal panel', 'woocommerce' ); ?></span>
    							</button>
    						</header>
    						<article>
    							<?php do_action( 'woocommerce_admin_order_preview_start' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?>
    
    							<div class="wc-order-preview-addresses">
    								<div class="wc-order-preview-address">
    									<h2><?php esc_html_e( 'Billing details', 'woocommerce' ); ?></h2>
    									{{{ data.formatted_billing_address }}}