WC_Order_Item_Type_Data_Store_Interface::save_item_data()
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() WC Order Item Type Data Store Interface::save item data code WC 9.4.2
public function save_item_data( &$item );