WC_Legacy_Customer::set_default_data()
Set default data for a customer.
Method of the class: WC_Legacy_Customer{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Legacy_Customer = new WC_Legacy_Customer(); $WC_Legacy_Customer->set_default_data();
WC_Legacy_Customer::set_default_data() WC Legacy Customer::set default data code WC 7.7.0
public function set_default_data() { wc_deprecated_function( 'WC_Customer::set_default_data', '3.0' ); }