Automattic\WooCommerce\Admin\Features\Fulfillments
Fulfillment::apply_changes
Merge changes with data, clear changes, and refresh the meta snapshot.
Method of the class: Fulfillment{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Fulfillment = new Fulfillment(); $Fulfillment->apply_changes(): void;
Changelog
| Since 10.7.0 | Introduced. |
Fulfillment::apply_changes() Fulfillment::apply changes code WC 10.7.0
public function apply_changes(): void {
parent::apply_changes();
$this->snapshot_meta();
}