Skip to content

Instantly share code, notes, and snippets.

@theukedge
Created September 14, 2013 21:33
Show Gist options
  • Save theukedge/6565854 to your computer and use it in GitHub Desktop.
Save theukedge/6565854 to your computer and use it in GitHub Desktop.
<?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