Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created April 20, 2016 16:24
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 billerickson/9cb595cb1a1839e7a0c71e766e340e23 to your computer and use it in GitHub Desktop.
Save billerickson/9cb595cb1a1839e7a0c71e766e340e23 to your computer and use it in GitHub Desktop.
<?php
$phone = get_post_meta( get_the_ID(), 'be_phone_number', true );
echo '<p>Phone: <a href="' . ea_phone_url( $phone ) . '">' . $phone . '</a></p>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment