Skip to content

Instantly share code, notes, and snippets.

@leanneromak
Created August 5, 2015 14:06
Show Gist options
  • Save leanneromak/2564989aab4e59d37ab9 to your computer and use it in GitHub Desktop.
Save leanneromak/2564989aab4e59d37ab9 to your computer and use it in GitHub Desktop.
Show a field if either fields are true
<?php if( get_field(‘field_name’) || get_field(‘field_name_two’) ): ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment