Created
May 24, 2016 20:56
-
-
Save jdcauley/6f9c2321c3e804df9ccd9c5cd27492d0 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
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