Skip to content

Instantly share code, notes, and snippets.

@tdrayson
Created October 27, 2020 20:52
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 tdrayson/5242d3fa62a647f555d6cdd0c24b8464 to your computer and use it in GitHub Desktop.
Save tdrayson/5242d3fa62a647f555d6cdd0c24b8464 to your computer and use it in GitHub Desktop.
<?php
$link = get_field('gmb_url');
if( $link ): ?>
<iframe src="<?php echo esc_url( $link ); ?>" width="1200" height="900" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment