Thanks @umartFor those who would want to null this theme;
1. Open functions.php file
2. Paste the Null Code above
defined('ABSPATH') || exit;
Null Code (below)
$uicore_settings = get_option( 'uicore_theme_options_admin', [] );
$uicore_settings['purchase_info'] = [
'code' => '*****'
];
update_option( 'uicore_theme_options_admin', $uicore_settings );
== Changelog ==
v.3.0.5 – 10 November 2023
UPD -- Update to UiCore Framework 5.0.5
NEW -- Added new header style: Pill
UPD -- Added filter for page title category and breadcrumbs
FIX -- WooCommerce 8.2.x fixes
FIX -- Fixed issue with Advanced Post Grid pagination
FIX -- Fixed issue with mega menu for centred header