Переглянути джерело

Radcliffe 2: Mask Contact Info email from bots

Danny Dudzic 5 роки тому
батько
коміт
4019e2673a
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      radcliffe-2/contact-info/contact-info-functions.php

+ 2 - 2
radcliffe-2/contact-info/contact-info-functions.php

@@ -75,9 +75,9 @@ function radcliffe_2_contact_info( $section ) {
 
 			<?php if ( $email || is_customize_preview() ) : ?>
 			<span class="contact-info-email">
-				<a href="mailto:<?php echo sanitize_email( $email ); ?>">
+				<a href="mailto:<?php echo antispambot( sanitize_email( $email ) ); ?>">
 					<?php echo radcliffe_2_get_svg( array( 'icon' => 'mail', 'title' => esc_html__( 'E-mail', 'radcliffe-2' ) ) ); ?>
-					<span class="contact-info-label"><?php echo sanitize_email( $email ); ?></span>
+					<span class="contact-info-label"><?php echo antispambot( sanitize_email( $email ) ); ?></span>
 				</a>
 			</span>
 			<?php endif; ?>