Skip to content

Instantly share code, notes, and snippets.

@picocodes
Created February 10, 2020 10:34
Show Gist options
  • Save picocodes/ed675c5f85fadaf35fcb9232b359fd5f to your computer and use it in GitHub Desktop.
Save picocodes/ed675c5f85fadaf35fcb9232b359fd5f to your computer and use it in GitHub Desktop.
<?php
add_filter( 'wpinv_get_full_address_format', function( $format ) {
return "{{address}} \n {{zip}} {{city}} \n {{country}}";
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment