I see that wp-content is hard-coded into the plugin, which means it won't work on some 2.6+ installations.
I see that wp-content is hard-coded into the plugin, which means it won't work on some 2.6+ installations.
Hi KingRat. That is correct. Do you have any pointers on how to fix this? I came across http://planetozh.com/blog/2008/07/what-plugin-coders-must-know-about-wordpress-26 but there's a lot of discussion about the solution offered there (including a comment by Matt himself questioning its necessity).
If you move wp-content folder, lots of plugin will not work.
You can fix it using content_url(), plugins_url() function call.
Thanks for the pointer. I just added a fix for this issue.
This topic has been closed to new replies.