Skip to content

Commit 97c2d62

Browse files
Update php/class-special-offer.php
Great catch ;) Co-authored-by: Mary (JJ) Jay <[email protected]>
1 parent bef8518 commit 97c2d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-special-offer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function filtered_settings( $settings ) {
9696
protected function is_special_offer_available() {
9797
$last_usage = get_option( Connect::META_KEYS['last_usage'], array( 'plan' => '' ) );
9898

99-
return 'free' !== strtolower( $last_usage['plan'] );
99+
return 'free' === strtolower( $last_usage['plan'] );
100100
}
101101

102102
/**

0 commit comments

Comments
 (0)