where does wordpress store the path to the plugin folder?
-
today i duplicated one wordpress instance of mine to be able to archive one of them and to further renew the other one:
1) i cloned the DB and changed the values accordingly in wp-config.php
2) i cloned the folder structure to a new place and created a subdomain for the new instance
3) i changed the site_url parameter in the DB to the new domain.both instances are working fine for now, but right now i found out that both instances obviously use the same “plugin” folder. i found out, because i updated the plugins of one instance and the other instance suddenly was up to date, too. but that’s not the behaviour i am aiming for.
so, i ask, where does WordPress store the path to the plugins folder? after the cloning the path of both instances obviously still targets the same plugin-directory in the server’s folder structure, even though i copied the whole folder structure of the wordpress-instance. i already did some digging in the DB, but did not come up with anything as of now.
The topic ‘where does wordpress store the path to the plugin folder?’ is closed to new replies.