Plugin not using HTTPS to include script
-
We recently switched to HTTPS and replaced all URLs directly in the database keeping serialized data intact. However, Mailpoet still includes some scripts with http instead of https. It drives me crazy. It is included in the form_engine.php like so:
$scripts_to_include .= '<script type="text/javascript" src="'.WYSIJA_URL.'js/front-subscribers.js'.'?ver='.$wysija_version.'"></script>'."\n";
I can’t find WYSIJA_URL anywhere in the options table. Nor can I find an input field in the settings sections. How can I fix that?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin not using HTTPS to include script’ is closed to new replies.