WC_Legacy_Customer::save_data()publicWC 1.0

Save data function.

Method of the class: WC_Legacy_Customer{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Legacy_Customer = new WC_Legacy_Customer();
$WC_Legacy_Customer->save_data();

WC_Legacy_Customer::save_data() code WC 8.7.0

public function save_data() {
	$this->save();
}