Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / WC_Meta_Data / WC_Meta_Data::apply_changes()

WC_Meta_Data::apply_changes()

Merge changes with data and clear.

Contents

  • Description
    • Source
  • Related
    • Used By
  • User Contributed Notes

Description #Description


Source #Source

File: includes/class-wc-meta-data.php

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

Expand full source code Collapse full source code


Top ↑

Related #Related

Top ↑

Used By #Used By

Used By
Used By Description
includes/class-wc-meta-data.php: WC_Meta_Data::__construct()

Constructor.


Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress