Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Multisite REST API

Mô tả

This plugin provides several endpoints for creating, listing, updating, and deleting WordPress multisites. It aims to make headless WordPress multisite environments not only possible, but practical.

Take a look at our github page for the full documentation.

Authentication

All endpoints require authentication from an existing WordPress user.
We suggest using JWT through something like simple-jwt-login.

Hỏi đáp

Where is the documentation for the API?

Take a look at our github page for the full documentation.

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Multisite REST API” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.2.1

  • Fix versioning in SVN

1.2.0

  • General quality of life improvements

1.1.0

  • Adding assign function and GET specification for /sites endpoint.

1.0.0

  • Create, List, Update, Delete multisites.