Looking through the code it looks like this is intended functionality to reduce the clutter in the admin screen. Here’s a little snippet so you can override that functionality.
add_filter( 'woocommerce_formatted_address_force_country_display', '__return_true' );
This only works in the bleeding edge version of WooCommerce – it should be included in 2.0.14
Gist permalink – https://gist.github.com/BFTrick/6241267
Related Posts:
- WooCommerce store with ~30,000 products [closed]
- Is there any record of installed plugins in the database?
- Using require_once in a Plugin?
- Being notified when some YouTube video in some post becomes unavailable
- Is it possible to run plugin code when a multisite blog is deleted?
- plugin wants to update to wrong plugin
- How to add terms to a post depending on its title?
- What Triggers a Plugin Update Alert
- Make the plugin directory recognize new version numbers
- Plugin.php: PHP Notice: Undefined offset: 0 in
- WooCommerce Dynamic Cart Pricing
- Where do I add a new table’s name in wpdb?
- How can i add a submenu to a custom menu of another plugin?
- WP Mail SMTP: What do the SSL/TLS options mean? [closed]
- Accessing plugin functionality within WP REST API
- How to create popup same as wordpress popup feature
- Moving WordPress from host without FTP?
- custom plugin – custom post type -Selectable options for User
- Multiple navigation menus to a location?
- How to customize user search
- How to make first_name and last_name required fields in user profile?
- Security issues with WP sites
- Add get_option to jquery
- Network: retrieve a list of latest posts
- How to Know if a Plugin can be used with my Theme [closed]
- Can we use a webservice with WordPress?
- WooCommerce get_price returning wrong price when used via ajax
- How I can get custom field’s current value?
- Using custom JS plugins with WordPress?
- WordPress on AWS with ELB
- Checking instances of scripts in wp_head
- How to access data in wordpress database externally using php
- Add javascript to wp_head with call to plugin options?
- Using a function to change favorites listing
- custom user tables supported in SharDB plugin?
- (FES EDD) New vendor submission page is blank
- After plugin activation all users marked as Spam
- Best place for if/else piece of code related to custom plugin?
- How do you assign a UUID to posts/products/comments/reviews?
- Reoccurring 404 Errors on all subpages
- password_reset hook is not working
- Identifying where plugins are being used in your wordpress install
- Activate my plugins via FTP
- Network activating; if ( !current_user_can( ‘manage_options’ ) ) locks me out…
- Optimizing site
- Integrate Algolia to WordPress site
- Exclude posts from widget while post is showing on home, single and categories
- Is there any pre-existing plugin to track and block IPs with suspicious activity on my site?
- How to make custom plugin run on demand?
- Using WordPress to build membership Page
- Set WordPress Transient Expiration via Variable Value
- Override plugin class which has namespace
- All custom widgets are not showing in widget area at the same time
- How can I use my custom wordpress theme on two websites? [closed]
- How (or where) do I get wordpress plugin update download link?
- Quick press publish post hook
- I cannot include a file in my plugin settings page
- AJAX call inside plugin class is not getting to it’s response function
- force logged in user to stay in the dashboard
- Creating an array from form inputs before it is posted to the options database
- activeren / deactiveren en verwijderen van een plugin (activate / deactivate and remove a plugin)
- Hide custom field value
- Escape commas in REST API
- The plugin generated 227 characters of unexpected output during activation. If you notice “headers already sent” messages
- How to add the google ad conversion tracking code into the thank you page
- Custom Taxonomy is Missing (Or Limiting) Items
- $_POST field value gets altered after “init”
- Conditional Homepage for logged in user
- My wordpress site is throwing faults?
- How can I pull in the most recent blog posts to a section with Elementor Page Builder?
- Point Python path in WordPress
- User updating their profile wipes my custom fields
- ERROR message: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”
- Installation failed, trying to install ANY plugin
- Memberpress: Can I add a second email address?
- WordPress the_content Filter and GET Parameter
- Cannot modify header information – headers already sent during plugin activation
- After form submission want to show success message in the form page
- How to insert image into the Settings Page of a Plugin?
- How to force regenerate thumbnails in WordPress posts?
- change product image url in widgets & shop page
- Hide some portion on single.php base on author
- Need to hide an element depending on date and post category
- Plugin constructor called multiple times
- How to add a handler for a button in plugin?
- Custom Form only for admin
- wpdb get_var is not returning any result (verified mysql query returns only one value)
- How to programmatically detect how many posts are displayed per page?
- Using Taxonomies with Vote It Up plugin chart [closed]
- Is a custom post type considred a plugin?
- Migrate DB Plugin: Error “The directory needs to be writable”
- Plugins to generate CSS Sprites? [closed]
- Enqueue scripts in the footer
- Woocommerce disable checkout on specific day
- How to debug periodic performance issue
- Run a function only once when logging into dashboard
- Stop the user if login from the cookies
- Change weird Wp File structure
- Randomly display activity posts on home page with buddypress
- How to register a template in [NEW] WordPress site editor through a plugin