From 6e7b1d12978f278d4c59781cb662230bdf158d47 Mon Sep 17 00:00:00 2001 From: Yakir Sitbon Date: Wed, 29 Jan 2025 14:22:41 +0200 Subject: [PATCH] Update the shortname of the theme --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 1b2f7014..de9cc116 100644 --- a/functions.php +++ b/functions.php @@ -273,7 +273,7 @@ function hello_elementor_get_theme_notifications(): ThemeNotifications { $notifications = new ThemeNotifications( 'hello-elementor', HELLO_ELEMENTOR_VERSION, - 'theme' + 'hello-elementor' ); }