Making WordPress.org

Opened 7 years ago

Closed 4 years ago

Last modified 4 years ago

#2522 closed enhancement (duplicate)

Extend the WP.org API's `query_themes` action to allow passing multiple theme slugs

Reported by: bernhard-reiter's profile Bernhard Reiter Owned by:
Milestone: Priority: low
Component: Theme Directory Keywords:
Cc:

Description

Right now, it's possible to pass a single theme slug to query_themes to obtain data for that theme, e.g. GET https://api.wordpress.org/themes/info/1.1/?action=query_themes&request%5Btheme%5D=twentyfourteen

I propose extending the API so I can pass in multiple theme slugs and obtain the corresponding list of theme info objects.

E.g. like this: https://api.wordpress.org/themes/info/1.1/?action=query_themes&request%5Btheme%5D=twentyfourteen&request%5Btheme%5D=twentyfifteen

(Right now, that returns data for Twenty Fifteen only.)

My use case is a scenario where I already have a list of themes (say, locally installed in a WP install) for which I'd like to fetch additional information from WP.org in one sweep.

Change History (3)

#1 @Otto42
7 years ago

  • Type changed from defect to enhancement

#2 @dd32
4 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

This ticket was mentioned in Slack in #themereview by dingo_d. View the logs.


4 years ago

Note: See TracTickets for help on using tickets.