Created
May 18, 2014 22:09
-
-
Save flegfleg/d54beef91d9c40849158 to your computer and use it in GitHub Desktop.
WP get CMB field value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$value = get_post_meta( $post->ID, '_cmb_FIELDNAME', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment