Created
September 14, 2013 21:33
-
-
Save theukedge/6565854 to your computer and use it in GitHub Desktop.
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
<?php | |
if( get_post_meta( get_the_ID(), 'diww_sponsored', true ) == 'sponsored' ) { | |
// DO SOMETHING HERE IF TRUE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment