Hello Everyone,
I’m a DevOps engineer, and have been speculating about changing the way WordPress installs plugins. Essentially, I want to make WordPress stateless, while retaining the ability to install plugins.
I have a basic idea of how I could accomplish this, by hooking into the WordPress plugin installation. Ideally, I would like to intercept plugin installation requests from the Admin, and use this data to push an updated composer.json to the remote Repo. This would then trigger a build, and deploy a new Docker container with the installed plugin.
My problem is, I can’t seem to find a hook that’ll allow me to do this. So I was hoping someone here may have an idea on how to approach this. Thanks!
[ad_2]