WP Manifestindependent plugin directory
manifest / integrations / widgets-endpoints

WordPress REST API Widgets Endpoints

Experimental WordPress REST API Widgets endpoints.

by WP REST API Team · github.com/wp-api/widgets-endpoints · website

7stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-api/widgets-endpoints/archive/refs/heads/master.zip

Readme

WordPress REST API Widgets Endpoints

Feature plugin for Widgets Endpoints, split out from wp-api/menus-endpoints.

Endpoints to define for widgets:

GET  /widgets
GET  /widgets/:type
POST /widgets/:type
GET  /widget-types
GET  /widgets/:type/:number
PUT  /widgets/:type/:number

Read the full README on GitHub →