WC_Meta_Data::apply_changes()
Merge changes with data and clear.
Description Description
Source Source
File: includes/class-wc-meta-data.php
public function apply_changes() {
$this->data = $this->current_data;
}
Merge changes with data and clear.
File: includes/class-wc-meta-data.php
public function apply_changes() {
$this->data = $this->current_data;
}