From 187fae02cd1f92c0e6751f1e14090a822732ddae Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Mon, 23 Dec 2024 18:19:58 +0530 Subject: [PATCH] fix: preserve return --- plugins/otter-pro/otter-pro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/otter-pro/otter-pro.php b/plugins/otter-pro/otter-pro.php index d33be31f9..cd1d4eaae 100644 --- a/plugins/otter-pro/otter-pro.php +++ b/plugins/otter-pro/otter-pro.php @@ -59,7 +59,7 @@ function ( $message ) { ); add_filter( 'otter_pro_hide_license_field', '__return_true' ); -add_filter( 'themeisle_sdk_ran_promos', '__return_false' ); +add_filter( 'themeisle_sdk_ran_promos', '__return_true' ); if ( ! defined( 'OTTER_BLOCKS_VERSION' ) ) { add_action(