WC_Countries::get_base_address_2()
Get the base address (second line) for the store.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-countries.php
public function get_base_address_2() {
$base_address_2 = get_option( 'woocommerce_store_address_2', '' );
return apply_filters( 'woocommerce_countries_base_address_2', $base_address_2 );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.1 | Introduced. |