<?php function change_default_checkout_country() { return 'MY'; } add_filter( 'default_checkout_country', 'change_default_checkout_country' );