If ACF meta_key has meta_value
While writing out this troubling question, alas! the answer did fall from the heavens and presenteth itself unto me: $meta = get_post_meta( get_the_ID(), ‘options’); if(in_array(‘blue’,$meta)) { echo “You’ve selected blue, punk!”; }