• Resolved Clarus Dignus

    (@clarus-dignus)


    How does this plugin’s mixed content (links starting with http instead of https) fixer work?

    My understanding is that it’s not by database, so if I uninstall the plugin, the http will still be http and not https.

    Does the fixer use something like JavaScript or redirects to fix the http links?

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

    (@markwolters)

    Hi @clarus-dignus,

    the plugin does this by taking the contents of a page and performing a string replace using the PHP str_replace() function, replacing http:// to https:// dynamically.

    Let me know if you have any other questions.

    Thread Starter Clarus Dignus

    (@clarus-dignus)

    That’s great. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘What method does mixed content fixer use?’ is closed to new replies.