Skip to content

Instantly share code, notes, and snippets.

@w5d
Created February 23, 2015 05:21
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 w5d/44bdf17e957e169bd493 to your computer and use it in GitHub Desktop.
Save w5d/44bdf17e957e169bd493 to your computer and use it in GitHub Desktop.
Divi Header phone number "click to call"
<!-- Replace this
<span id="et-info-phone"><?php echo esc_html( $et_phone_number ); ?></span>-->
<span id="et-info-phone">
<a href="tel:<?php echo esc_html( $et_phone_number ); ?>">
<?php echo esc_html( $et_phone_number ); ?>
</a>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment