You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem with my WP installation where I separated the WP core and the wp-content folder into different locations within the filesystem, eg.:
I encountered a problem with my WP installation where I separated the WP core and the
wp-content
folder into different locations within the filesystem, eg.:/var/www/myblog/public/wp/
/var/www/myblog/public/wp-content/
In this case the code will produce a broken URL like
http://foo.bar-content/plugins/...
I solved it by using the WP_PLUGIN_DIR instead of ABSPATH:
Thanks and have a nice weekend!
Dennis
The text was updated successfully, but these errors were encountered: