WC_Legacy_Customer::get_address_2()
Legacy get address 2.
Method of the class: WC_Legacy_Customer{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Legacy_Customer = new WC_Legacy_Customer(); $WC_Legacy_Customer->get_address_2();
WC_Legacy_Customer::get_address_2() WC Legacy Customer::get address 2 code WC 7.7.0
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(); }