Skip to content

Instantly share code, notes, and snippets.

@FreshLondon
Last active January 26, 2019 06:59
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 FreshLondon/037ba6c2328deea26509c3960c4598e9 to your computer and use it in GitHub Desktop.
Save FreshLondon/037ba6c2328deea26509c3960c4598e9 to your computer and use it in GitHub Desktop.
using simple debugging in PHP
<?php
$images = get_field('image');
// we want to see whats inside, so we can instead use:
$images = get_field('image');
debug($images);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment