Skip to content

Instantly share code, notes, and snippets.

@diogenesjup
Created February 3, 2023 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogenesjup/00e83bcce566d8ee0c4f3def82590874 to your computer and use it in GitHub Desktop.
Save diogenesjup/00e83bcce566d8ee0c4f3def82590874 to your computer and use it in GitHub Desktop.
<?php if(get_field("tempo_de_preparo")!=""): ?>
<p>
<b>Tempo de preparo:</b> <?php echo get_field("tempo_de_preparo") ?>
</p>
<?php endif; ?>
<?php if(get_field("quantidade_de_porcoes")!=""): ?>
<p>
<b>Quantidade de porções:</b> <?php echo get_field("quantidade_de_porcoes") ?>
</p>
<?php endif; ?>
<p>
<b>Vegetariano?</b> <?php echo get_field("veg") ?>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment