woocommerce_saved_order_items

woocommerce_saved_order_items

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_saved_order_items') is found 1 times:

  • /includes/admin/wc-admin-functions.php line 460
    	$order->calculate_totals( false );
    
    	// Inform other plugins that the items have been saved.
    	/* phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment */
    	do_action( 'woocommerce_saved_order_items', $order_id, $items );
    	/* phpcs: enable */
    }
    
    /**
     * Get HTML for some action buttons. Used in list tables.
     *
    

See this hook used in plugins: