Before you ask please READ THIS

contact information E-mail link

Adding an email adress to the field "E-mail:" in the contact-information widget produces the nonsense link "mailto:http://name@domain.com".
How to clear this issue?

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Thanks for letting me know. I can see there is the wrong function used for escaping this.
    It will be fixed with the next update of Apollo13 Framework Extensions plugin.

    With kind regards.
  • AirAir
    Posts: 10,970
    If you need to fix fast, go to:
    wp-content/plugins/apollo13-framework-extensions/widgets/text.php line ~63 and change part
    href="mailto:'.esc_url( antispambot($email,1) ).'"
    to
    href="mailto:'.esc_attr( antispambot($email,1) ).'"

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion