Skip to content

Commit

Permalink
fix: preserve return
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Dec 23, 2024
1 parent 3745d86 commit 187fae0
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 187fae0

Please sign in to comment.