This function returns the cPanel account's base theme.
Note:
The /usr/local/cpanel/scripts/modify_accounts
script allows you to modify the style and theme for many or all accounts on the server. For more information, read our The modify_accounts Script documentation.
uapi --output=jsonpretty \ --user=username \ Themes \ get_theme_base
{- "apiversion": 3,
- "func": "get_theme_base",
- "module": "Themes",
- "result": {
- "data": "jupiter",
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}