• Resolved shadow772

    (@shadow772)


    Hello there,

    I built a custom page, using a custom-template.php, to output a sitemap-xml code, which works so far.
    the problem is, the loc is the external url as a text
    <loc>https://www.external-url.net/xyz/</loc&gt;

    and won’t be masked by the plugin. but all of those urls are still masked yet, I can see it in the plugins “masks” (setting is custom: out, encoding: numeric, no link shortening)

    can I somehow read out this masks-lists to replace the string with the external-url with the one created by the plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mihdan

    (@mihdan)

    Hi

    The plugin only works with the <a href> tag

    Thread Starter shadow772

    (@shadow772)

    can I somehow read out this masks-lists to replace the string with the external-url with the one created by the plugin?

    Plugin Author mihdan

    (@mihdan)

    Use base64() in PHP

    Thread Starter shadow772

    (@shadow772)

    Sorry but I don’t get it. We are not using the base64 way. But since I can see the masking list in the backend, it must be saved in the DB, no? So is it a custom table we could use to get the values in a loop and replace the external links with the corresponding masked ones?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[NSFW] External Links no a-tag’ is closed to new replies.