Email Field not Showing Up
-
I am using following code to call email field but its not showing email id whereas when I am using the_field(email_field) its showing the email.
email us at <a href="<?php echo esc_url('mailto:'. antispambot(get_field(‘email_field’)));?>"><?php echo esc_html(antispambot(get_field(‘email_field’ )));?> </a>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Email Field not Showing Up’ is closed to new replies.