Skip to content

Instantly share code, notes, and snippets.

@nusserstudios
Created May 4, 2023 20:47
Show Gist options
  • Save nusserstudios/cc78c069d6e891e48db70cac6aab3efd to your computer and use it in GitHub Desktop.
Save nusserstudios/cc78c069d6e891e48db70cac6aab3efd to your computer and use it in GitHub Desktop.
<?php if( get_field('field_name') ): ?>
<?php the_field('field_name'); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment