Using antispambot with BuddyPress
-
I want to display email address on each profile using bp_displayed_user_email, but still want to block from harvesters within HTML by using function antispambot.
If i use <?php echo antispambot(“name@email.com); ?> it is working like a charm.
When using <?php echo antispambot(bp_displayed_user_email()); ?>, it is not working. What is the solution for this?
- The topic ‘Using antispambot with BuddyPress’ is closed to new replies.