Email link in Contact Info Widget – boc_widgets.php


  • Member
    markenfrische
    November 30, 2015 at 9:25 pm #25271

    FYI: Updated the boc_widgets.php on lines 118-120 to have the email address as a mailto link:

    		<?php if($instance['email']): ?>
    		<div class="boc_contact_icon"><span class="icon icon-mail2"></span> <a href="mailto:<?php echo antispambot(esc_html($instance['email'])); ?>"><?php echo antispambot(esc_html($instance['email'])); ?></a></div>
    		<?php endif; ?>

    Might be good for the next theme update. ;-)

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.