Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created May 12, 2014 23:02
Show Gist options
  • Save bhubbard/e12396186ce9d2cc7354 to your computer and use it in GitHub Desktop.
Save bhubbard/e12396186ce9d2cc7354 to your computer and use it in GitHub Desktop.
<?php
function get_localseo_phone() {
$localseo = get_option('wpseo_local');
echo '<a href="tel:' . $localseo["location_phone"] . '" >' . $localseo["location_phone"] . '</a>';
}
?>
<?php get_localseo_phone(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment