Plugin does not work when admin backend is run using SSL
-
The plugin does not work correctly if the backend is run using SSL. I’ve fixed this myself by replacing get_option(‘siteurl’) in the plugin with the site_url() function. This function properly detects if the current request is run with or without SSL. Please incorporate this fix in future versions.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin does not work when admin backend is run using SSL’ is closed to new replies.