add_action('wp_footer', 'postcode_toupper');
function postcode_toupper(){
echo '<script>jQuery(function($) {$("#billing_postcode").keyup(function() { this.value = $("#billing_postcode").val().toUpperCase(); });});</script>';
}
Добавьте этот код в функции вашей активной темы. php