WC_Legacy_Customer::get_country()
Legacy get country.
Description Description
Source Source
File: includes/legacy/class-wc-legacy-customer.php
function get_country() {
wc_deprecated_function( 'WC_Customer::get_country', '3.0', 'WC_Customer::get_billing_country' );
return $this->get_billing_country();
}