Plugin developement – where to store stuff (other than the database)
-
Dear WordPress plugin developers…
… I use a custom installation of WordPress where I share themes and plugins folder, using only a different database,
to save time in updates and security.It always worked, since 2007.
Recently, I had problems with a few plugins that saves stuff into their own folder (like wp-content/plugins/plugin-name/) because this files are shared between my installations of WordPress.
I feel that this is a very bad behaviour, because best places to store site-per-based informations is the database,
and if you do it to save network bandwidth (like caching CSS and JS) you should definetly store that files into get_stylesheet_directory() or wp_upload_dir().Am I crazy? This seems a basic “rule” to me …
I readed the guides and I can’t find a page where this is written.
Can you help me ?
- The topic ‘Plugin developement – where to store stuff (other than the database)’ is closed to new replies.