Plugins using php libraries, where to put the libraries
-
Hi wordpressUsers,
I create lots of plugins and have a common library they all use. I would like all my plugins to have access to this library, but where do I put it?
I read some posts on the internet to put it in the themes directory,.. but that just opens a new can of worms; Permissions, how to get a non programmer to install it and so on….
Right now I have added my library as a plugin and forcing it to be the first to load. This works, but it too has it’s problems. If another plugin fights for the first place then every load will be a battle for first plugin to load.
How and where do I install my common library in wordpress?
any suggestions?
Peter
The topic ‘Plugins using php libraries, where to put the libraries’ is closed to new replies.