woocommerce_after_order_details, $order

woocommerce_after_order_details, $order

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_after_order_details, $order') is found 2 times:

  • /templates/order/order-details-fulfillments.php line 209

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

    Warning: Undefined array key 214 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 ) );
    }
    
    
    
  • /templates/order/order-details.php line 150

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

    Warning: Undefined array key 155 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 ) );
    }