Skip to content

Commit

Permalink
Merge pull request #2473 from Codeinwp/fix/hide-promo-notice
Browse files Browse the repository at this point in the history
Hide SDK random promo notice
  • Loading branch information
vytisbulkevicius authored Jan 15, 2025
2 parents 22abd49 + 187fae0 commit 9dec79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/otter-pro/otter-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9dec79f

Please sign in to comment.