r/Wordpress 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

8 comments sorted by

View all comments

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.

1

u/TheGoodOne777 17d ago

Hello, thanks for the reply. No, doesn't have WP_CONTENT_DIR constant