Hi, is this the proper way to obfuscate an email address?
<a href="mailto:<?php antispambot( the_field('email') ); ?>"><?php antispambot ( the_field('email') ); ?></a>
When I run that I don’t get anything broken but am not able to see in the source client side that anything is obfuscated.