Created
April 9, 2015 08:58
-
-
Save fosturgh/958e0e2d9d9b11076fcf 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_field('some-field', 'option') == 'on') : ?><!–Output if toggled 'on'–> | |
<?php else : ?> | |
<!–Output if toggled 'off'–> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment