From e83bb4936bcc67ec711c678371f2e4612b887d21 Mon Sep 17 00:00:00 2001
From: girishpanchal30 <girish@krishaweb.com>
Date: Thu, 14 Nov 2024 12:10:46 +0530
Subject: [PATCH] Hide SDK random promo notice

---
 plugins/otter-pro/otter-pro.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/otter-pro/otter-pro.php b/plugins/otter-pro/otter-pro.php
index 52b1b8399..a344d2bd4 100644
--- a/plugins/otter-pro/otter-pro.php
+++ b/plugins/otter-pro/otter-pro.php
@@ -59,6 +59,7 @@ function ( $message ) {
 );
 
 add_filter( 'otter_pro_hide_license_field', '__return_true' );
+add_filter( 'themeisle_sdk_ran_promos', '__return_false' );
 
 if ( ! defined( 'OTTER_BLOCKS_VERSION' ) ) {
 	add_action(