Skip to content

Commit

Permalink
Merge pull request #1134 from Codeinwp/fix/pro-upsell-new-tab
Browse files Browse the repository at this point in the history
refactor: update sidebar upsell utm
  • Loading branch information
Soare-Robert-Daniel authored Apr 30, 2024
2 parents ef79c0a + f7945a4 commit 48ab589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function() {
'location' => 'visualizer',
'has_upgrade_menu' => ! Visualizer_Module::is_pro(),
'upgrade_text' => esc_html__( 'Get Visualizer Pro', 'feedzy-rss-feeds' ),
'upgrade_link' => esc_url( tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'aboutUsPage' ) ),
'upgrade_link' => esc_url( tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'sidebarMenuUpgrade' ) ),
);
}
);
Expand Down

0 comments on commit 48ab589

Please sign in to comment.