Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created January 9, 2016 06:52
Show Gist options
  • Save Teino1978-Corp/bc1e1a4a9eba75c7fcbf to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/bc1e1a4a9eba75c7fcbf to your computer and use it in GitHub Desktop.
ACF: if Radio Value
<?php if( get_field('radio_field' ) === "yes") { ?>
<div>
<!-- Stuff -->
</div>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment