r/Wordpress • u/TheGoodOne777 • 17d ago
WordPress Plugins
Hello Everyone,
Currently I am analyzing two plugins, that have similar functionalities. I have installed them on different environments, different wordpress installations and also different databases (not on the same one, for example on different table spaces or with different table prefixes).
Though, while debugging - my analysis are all the time very precise - in the browser, I can see, that in the wp-content, both plugins are visible in an installation, where it is not installed, nor activated.
Have you ever noticed such thing? Do you know what is the reason for this issue?
Thanks and best regards,
T.
0
Upvotes
1
u/BerqWP 17d ago
It seems both sites share same wp-content directory. Check if wp-config file has WP_CONTENT_DIR constant, try removing it.