Created
July 24, 2023 22:30
-
-
Save chekle/beb362bbcea0f53c8abb93928cc5b099 to your computer and use it in GitHub Desktop.
ACF Radio Buttons
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_sub_field('select_banner_image_or_video') == 'Banner Image') { ?> | |
<?php } else { ?> | |
<?php } ?> | |
<?php if(get_sub_field('') == '') { ?> | |
<?php } else if(get_sub_field('') == '') { ?> | |
<?php } else if(get_sub_field('') == '') { ?> | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment