Good morning,
I would like to add a function to the server, I'm pretty handy with PHP, but I would need some initial help. I would like the server to create a custom file with the list of plugins / themes it handles reporting their respective versions.
Something like this:
pluginOne -> '1.0.5'
pluginTwo -> '3.6.2'
With a request similar to:
SERVER_URL/?action=get_list | get_pluginList | get_packagesList
Any ideas on where to start?
Thank you very much.
Good morning,
I would like to add a function to the server, I'm pretty handy with PHP, but I would need some initial help. I would like the server to create a custom file with the list of plugins / themes it handles reporting their respective versions.
Something like this:
pluginOne -> '1.0.5'
pluginTwo -> '3.6.2'
With a request similar to:
SERVER_URL/?action=get_list | get_pluginList | get_packagesList
Any ideas on where to start?
Thank you very much.