WC_Legacy_Customer::save_data
Save data function.
Method of the class: WC_Legacy_Customer{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Legacy_Customer = new WC_Legacy_Customer(); $WC_Legacy_Customer->save_data();
WC_Legacy_Customer::save_data() WC Legacy Customer::save data code WC 10.6.2
public function save_data() {
$this->save();
}