Skip to content

Commit d54948a

Browse files
chore: empty license key utm param on deactivated license
1 parent aba8953 commit d54948a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/feedzy-rss-feeds-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ public function add_black_friday_data( $configs ) {
23912391
$product_label = sprintf( '<strong>%s</strong>', $product_label );
23922392
$url_params = array(
23932393
'utm_term' => $is_pro ? 'plan-' . apply_filters( 'product_feedzy_license_plan', 0 ) : 'free',
2394-
'lkey' => apply_filters( 'product_feedzy_license_key', false )
2394+
'lkey' => $is_pro ? apply_filters( 'product_feedzy_license_key', false ) : false
23952395
);
23962396

23972397
$config['message'] = sprintf( $message_template, '<strong>', $discount, '</strong>', $product_label );

0 commit comments

Comments
 (0)