Request SHOPP_PLUGINURI Adjustment
-
Please change core/library/shopp.php.
From: WP_PLUGIN_URL
define('SHOPP_PLUGINURI', set_url_scheme(WP_PLUGIN_URL . "/$directory") );
To: plugins_url()
define('SHOPP_PLUGINURI', set_url_scheme(plugins_url() . "/$directory") );
This will allow for Domain Mapping adjustments.
Thanks
Terri
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Request SHOPP_PLUGINURI Adjustment’ is closed to new replies.