Skip to content

Instantly share code, notes, and snippets.

@mgratch
Created July 9, 2015 02:14
Show Gist options
  • Save mgratch/09b5a5ab249055e807c5 to your computer and use it in GitHub Desktop.
Save mgratch/09b5a5ab249055e807c5 to your computer and use it in GitHub Desktop.
Getting 'lwi_slideshowimages' fails with pods active
/**
* Getting this specific metadata is returning
* boolean (false)
*/
$stuff = get_post_meta(get_the_ID(),'lwi_slideshowimage',false);
var_dump($stuff);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment