Skip to content

Instantly share code, notes, and snippets.

@chekle
Created July 24, 2023 22:30
Show Gist options
  • Save chekle/beb362bbcea0f53c8abb93928cc5b099 to your computer and use it in GitHub Desktop.
Save chekle/beb362bbcea0f53c8abb93928cc5b099 to your computer and use it in GitHub Desktop.
ACF Radio Buttons
<?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