woocommerce_get_base_location

woocommerce_get_base_location

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_base_location') is found 1 times:

  • /includes/wc-core-functions.php line 1294
     * @since 2.3.0
     * @return array
     */
    function wc_get_base_location() {
    	$default = apply_filters( 'woocommerce_get_base_location', get_option( 'woocommerce_default_country', 'US:CA' ) );
    
    	return wc_format_country_state_string( $default );
    }
    
    /**
     * Get the customer's default location.