Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Forked from oblik20/Display metabox data
Created October 16, 2013 07:53
Show Gist options
  • Select an option

  • Save jamiemitchell/7004144 to your computer and use it in GitHub Desktop.

Select an option

Save jamiemitchell/7004144 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