diff --git a/src/WPDesk/notice-functions.php b/src/WPDesk/notice-functions.php
index 172e9490fc79185726720356511486abf5b7e0f2..d8d3ac990dc038385e848722e3a49cdad2815ad3 100644
--- a/src/WPDesk/notice-functions.php
+++ b/src/WPDesk/notice-functions.php
@@ -16,7 +16,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) {
     }
 }
 
-//if (!function_exists('wpdesk_init_notice_ajax_handler')) {
+if (!function_exists('wpdesk_init_notice_ajax_handler')) {
     /**
      * Alias for {@see WPDeskInitNoticeAjaxHandler()} function.
      *
@@ -28,7 +28,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) {
     {
         return WPDeskInitNoticeAjaxHandler($assetsUrl);
     }
-//}
+}
 
 if (!function_exists('WPDeskNotice')) {
     /**