Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Read more at http://urosevic.net/wordpress/tips/store-locator-plus-make-phone-number-clickable/
- // Add this to file /wp-content/plugins/store-locator-le/js/slp.js
- // on line 1223, above line: case 'fullspan'
- // and use `tel wrapper` in Bubble syntax
- case 'tel':
- prefix = '<a href="tel:';
- suffix = '" id="slp_marker_phone" class="storelocatorlink">';
- break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement