WC_Legacy_Customer::get_address_2()

Legacy get address 2.


Description Description


Source Source

File: includes/legacy/class-wc-legacy-customer.php

	function get_address_2() {
		wc_deprecated_function( 'WC_Customer::get_address_2', '3.0', 'WC_Customer::get_billing_address_2' );
		return $this->get_billing_address_2();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.