Skip to content

Instantly share code, notes, and snippets.

@khoand0000
Created October 21, 2015 05:29
Show Gist options
  • Save khoand0000/2de9d176f463ed05c5ce to your computer and use it in GitHub Desktop.
Save khoand0000/2de9d176f463ed05c5ce to your computer and use it in GitHub Desktop.
get all meta (single) of post has $id
$meta = array_map(function ($a) {
return $a[0];
}, get_post_meta($id));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment