WC_Meta_Data::apply_changes()publicWC 1.0

Merge changes with data and clear.

Method of the class: WC_Meta_Data{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Meta_Data = new WC_Meta_Data();
$WC_Meta_Data->apply_changes();

WC_Meta_Data::apply_changes() code WC 8.7.0

public function apply_changes() {
	$this->data = $this->current_data;
}