This function cleans up any temporary system resources after a WordPress® site backup restoration.
Note:
You must install the WordPress Manager cPanel plugin to access this API function.
site required | string The WordPress site's URL without the protocol prefix. site=example.com site=example.com/wordpress |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username WordPressRestore cleanup site='example.com'
{- "apiversion": 3,
- "func": "cleanup",
- "module": "WordPressRestore",
- "result": {
- "data": 1,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}