This function retrieves the WordPress Manager plugin's version.
Note:
You must install the WordPress Manager cPanel plugin to access this API function.
uapi --output=jsonpretty \ --user=username \ WordPressInstanceManager \ get_api_version
{- "apiversion": 3,
- "func": "get_api_version",
- "module": "WordPressInstanceManager",
- "result": {
- "data": {
- "version": "1.0.1-0"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}