WordPressRestore
WordPress Manager Backups
Return WordPress site restore status
This function returns whether a WordPress® site backup restoration is in progress.
Note:
- You must install the WordPress Manager cPanel plugin to access this API function.
- The output of this function changes, depending on the state of the backup restoration.
get/WordPressRestore/any_running
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "any_running",
"module": "WordPressRestore",
"result": {
"status": 1
}
}