woocommerce_after_order_details

woocommerce_after_order_details

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_after_order_details') is found 1 times:

  • /templates/order/order-details.php line 111

    Warning: Undefined array key 115 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 116 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

     *
     * @since 4.4.0
     * @param WC_Order $order Order data.
     */
    do_action( 'woocommerce_after_order_details', $order );
    
    if ( $show_customer_details ) {
    	wc_get_template( 'order/order-details-customer.php', array( 'order' => $order ) );
    }