Skip to content

Instantly share code, notes, and snippets.

@oblik
Created July 8, 2013 12:41
Show Gist options
  • Save oblik/5948461 to your computer and use it in GitHub Desktop.
Save oblik/5948461 to your computer and use it in GitHub Desktop.
<?php
global $post;
$text = get_post_meta( $post->ID, '_cmb_test_text', true );
echo $text;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment