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.9.8.1

do_action('woocommerce_saved_order_items') is found 1 times:

  • /includes/admin/wc-admin-functions.php line 459
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
        $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: