Skip to content

Instantly share code, notes, and snippets.

@combatpoodle
Created July 1, 2013 16:50
Show Gist options
  • Save combatpoodle/5902537 to your computer and use it in GitHub Desktop.
Save combatpoodle/5902537 to your computer and use it in GitHub Desktop.
thing I can't paste
foreach ($post->post_meta as $key => $value) {
$post->post_meta[ $key ] = ( isset( $value[0] ) && count( $value ) == 1 ) ? $value[0] : $value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment