Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Multisite REST API

Descrizione

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.

FAQ

Where is the documentation for the API?

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

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Multisite REST API” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

1.3.0

  • Get or create a new user when creating a site

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.