admin管理员组

文章数量:1289869

I’m looking for a way to determine which version of Wordpress a plugin has been tested to work with. Only way I’ve found is by looking at the plugin’s homepage. I can scrape that but I’m wondering if there is an API or some other better way to get this information.

I’m looking for a way to determine which version of Wordpress a plugin has been tested to work with. Only way I’ve found is by looking at the plugin’s homepage. I can scrape that but I’m wondering if there is an API or some other better way to get this information.

Share Improve this question asked Aug 1, 2021 at 21:49 StevieDStevieD 2212 silver badges11 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

This should get you what you are looking for:

Wordpress API for Plugins

Here's the full documentation:

Wordpress API Doc

本文标签: API for getting plugin core compatibility