Skip to content

Commit 9dec79f

Browse files
Merge pull request #2473 from Codeinwp/fix/hide-promo-notice
Hide SDK random promo notice
2 parents 22abd49 + 187fae0 commit 9dec79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/otter-pro/otter-pro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function ( $message ) {
5959
);
6060

6161
add_filter( 'otter_pro_hide_license_field', '__return_true' );
62-
add_filter( 'themeisle_sdk_ran_promos', '__return_false' );
62+
add_filter( 'themeisle_sdk_ran_promos', '__return_true' );
6363

6464
if ( ! defined( 'OTTER_BLOCKS_VERSION' ) ) {
6565
add_action(

0 commit comments

Comments
 (0)