admin管理员组

文章数量:1305842

I would like to know if there is a new version from the official WP Repos for a specific plugin.

How can I check for this in json/xml format? Or other format maybe?

Something like this: .7/

But for each single plugin in the WP repo

I would like to know if there is a new version from the official WP Repos for a specific plugin.

How can I check for this in json/xml format? Or other format maybe?

Something like this: https://api.wordpress/core/version-check/1.7/

But for each single plugin in the WP repo

Share Improve this question asked Jan 24, 2021 at 11:57 SirLouenSirLouen 857 bronze badges 3
  • Check this question - wordpress.stackexchange/questions/354408/… – Q Studio Commented Jan 24, 2021 at 14:09
  • @QStudio can't believe this. I though that as soon as they are uploaded into the WP Repo, WP repos update the version, and send the signal for new version availability, which somehow shall be querying some kind of API or simple signal from SVN repo, not sure... – SirLouen Commented Jan 24, 2021 at 16:56
  • Also the answers are weird: 100% of the plugins from WP Repos are auto-updated on newly released version, so maybe they are talking about plugins download outside from WP Repos – SirLouen Commented Jan 24, 2021 at 16:56
Add a comment  | 

1 Answer 1

Reset to default 1

As expected, there is a JSON API.

Just had to dig a lot in the codex!

https://codex.wordpress/WordPress_API#Plugins

本文标签: Checking for a new version from WP Repos