Created
April 27, 2018 14:21
-
-
Save robertdevore/e682bfb9b5e8673bd6a22a2c10fc96a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $current_user = wp_get_current_user(); | |
| $billing_postcode = get_user_meta( $current_user->ID, 'billing_postcode', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment