• Resolved Rick Hellewell

    (@rhellewellgmailcom)


    Assume a commenter enters the plain text of a URL without the protocol, as in

    www.example.com

    Does this plugin do the equivalent of make_clickable() to convert the text into an HREF? Does it convert the text into a relative URL, so the HREF value would be https://www.mysite.com/www.example.com ? Does it force an https on URLs?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    It won’t touch any plain text even if it is a URL. It will only apply it’s changes on anchor <a> elements that are on the page.

    Thread Starter Rick Hellewell

    (@rhellewellgmailcom)

    Thanks. I suspected that was the answer, but hadn’t dug deeply into the code. It appears that the issue is somewhere else.

    Closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.