Skip to content

Instantly share code, notes, and snippets.

@adampatterson
Last active February 24, 2016 05:15
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 adampatterson/711a101d5d93f3226fe1 to your computer and use it in GitHub Desktop.
Save adampatterson/711a101d5d93f3226fe1 to your computer and use it in GitHub Desktop.
Working with ACF Custom data
<? $data = get_fields();?>
<script>
console.log(<?= json_encode($data) ?>)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment