WC_Order_Item_Type_Data_Store_Interface::save_item_data()publicWC 1.0

Saves an item's data to the database / item meta. Ran after both create and update, so $item->get_id() will be set.

Method of the class: WC_Order_Item_Type_Data_Store_Interface{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Order_Item_Type_Data_Store_Interface = new WC_Order_Item_Type_Data_Store_Interface();
$WC_Order_Item_Type_Data_Store_Interface->save_item_data( $item );
$item(WC_Order_Item) (required) (passed by reference — &)
Item object.

WC_Order_Item_Type_Data_Store_Interface::save_item_data() code WC 8.7.0

public function save_item_data( &$item );