Skip to content

Adds an endpoint to the Wordpress REST API to allow NS Cloner to copy sites in a multisite installation.

License

Notifications You must be signed in to change notification settings

panic175/ns-cloner-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ns-cloner-api

Adds an endpoint to the Wordpress REST API to allow NS Cloner to copy sites in a multisite installation.

Notes

It is recommended to use this plugin with

Endpoint

  • POST http://HOSTNAME/wp-json/ns-cloner/v1/copy
    • Headers:
      • Content-Type: application/json
    • Body:
      • source_id: ID of the blog you wanna copy.
      • target_name: The Name of the new blog (e.g. NAME.HOSTNAME.COM). Be aware that there is no check yet if the name already exists.
      • target_title: The Title of the new blog

About

Adds an endpoint to the Wordpress REST API to allow NS Cloner to copy sites in a multisite installation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages