Skip to content

Instantly share code, notes, and snippets.

@robertdevore
Created April 27, 2018 14:21
Show Gist options
  • Select an option

  • Save robertdevore/e682bfb9b5e8673bd6a22a2c10fc96a9 to your computer and use it in GitHub Desktop.

Select an option

Save robertdevore/e682bfb9b5e8673bd6a22a2c10fc96a9 to your computer and use it in GitHub Desktop.
<?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