Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Created May 24, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdcauley/6f9c2321c3e804df9ccd9c5cd27492d0 to your computer and use it in GitHub Desktop.
Save jdcauley/6f9c2321c3e804df9ccd9c5cd27492d0 to your computer and use it in GitHub Desktop.
unpack_form($post_id){
$data = get_field('membership_registration_form', $post_id);
print_r('<pre>');
print_r($data);
print_r('<pre>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment