WC_Legacy_Customer::set_default_data()publicWC 1.0

Set default data for a customer.

Method of the class: WC_Legacy_Customer{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_Legacy_Customer::set_default_data() code WC 8.7.0

public function set_default_data() {
	wc_deprecated_function( 'WC_Customer::set_default_data', '3.0' );
}