Email Stored As Link
-
0.3.3 update added clickable phone and email links. The lz_charity_welfare_mail attribute apparently stores email addresses as links (prepends “https://”) and when called in header.php as:
<span class="col-org"><a href="mailto:<?php echo esc_url( get_theme_mod('lz_charity_welfare_mail','') ); ?>"><i class="fas fa-envelope"></i><?php echo esc_html( get_theme_mod('lz_charity_welfare_mail','') ); ?></a></span>
creates a clickable link like
mailto:https://[email protected]
.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Email Stored As Link’ is closed to new replies.