Guest User

Untitled

a guest
May 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. if( get_field('svcta_contact_information_group_svcta_contact_website')) {
  3. echo '<div class="svcta-contact-website" id="svcta-id-contact-website">';
  4. echo '<strong>Contact Website:</strong> ';
  5. the_field('svcta_contact_information_group_svcta_contact_website');
  6. echo '</div>';
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment