Common plugin folder across WP installations
-
I have 4 WP installations in my local server and I wonder if it does not interfere WP’s operation, if I symlink plugin folders to a common destination folder.
I’ve tested with uploads and local gravatars folders, both of which worked without any trouble. I am aware of the fact that it creates more dependency, but was not a big deal.
What I am concerned about plugins case is that each plugin may modify files depending on the WP settings. If all settings are not stored in plugin files but in DB’s options table, I think sharing can work.
If some plugin files are indeed updated by everyday use of WP, I guess symlink not at /plugins/ folder level, but for individual plugin level should be an alternative.
The topic ‘Common plugin folder across WP installations’ is closed to new replies.