[Plugin: WP Admin Theme] site_url() instead of get_option('siteurl')
-
First off, thank you for the elegant plugin.
Just wanted to comment on an issue I had with your plugin when using: define (‘FORCE_SSL_ADMIN’, true); in wp_config.php
The issue was that http gets used as the protocol instead of https. To resolve this I changed get_option(‘siteurl’) to the function site_url() in wp-admin-theme-options.php.
Thanks again for the plugin!
- The topic ‘[Plugin: WP Admin Theme] site_url() instead of get_option('siteurl')’ is closed to new replies.