WC_Legacy_Customer::save_data()
Save data function.
Method of the class: WC_Legacy_Customer{}
No Hooks.
Return
null
. Nothing.
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 7.7.0
public function save_data() { $this->save(); }