• Resolved PRCAcct33

    (@prcacct33)


    I’d like to add a tel: href link so that the user can click to call, but need to be able to display the phone number with the formatting intact, and then strip it out for the content of the HREF. I need to add a strip_tags() function to locations.php, but my PHP skills aren’t really good enough to start messing around in there. For example, the number needs to be displayed as (555) 555-5555, and the HREF would be “tel:+15555555555”.

Viewing 1 replies (of 1 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hey @pracct33!

    Thanks for using our plugin!

    Most of our data is passed through htmlentities before being displayed, which may or may not be related to what you’re asking about. Regardless, I think you just need to modify the display template (we have two, the Google Maps Info Window google-maps-info-window.php and the Single Location’s Content single-location-content.php. Customizing those templates should be the way to go!

    All the best,
    Richard

Viewing 1 replies (of 1 total)
  • The topic ‘Phone Number Href’ is closed to new replies.