| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | public function plugin_action_links( $links ) { |
| 27 | 27 | $getting_started_url = admin_url( 'admin.php?page=wp-subscription-onboarding' ); |
| 28 | 28 | array_unshift( $links, '<a href="' . esc_url( $getting_started_url ) . '">' . __( 'Getting Started', 'subscription' ) . '</a>' ); |
| 29 | 29 | if ( ! subscrpt_pro_activated() ) { |
| 30 | - $links[] = '<a href="https://wpsubscription.co" target="_blank" style="color:#3db634;">' . __( 'Upgrade to premium', 'subscription' ) . '</a>'; | |
| 30 | + $links[] = '<a href="https://wpsubscription.co/?utm_source=plugin&utm_medium=admin&utm_campaign=upgrade_pro" target="_blank" style="color:#3db634;">' . __( 'Upgrade to premium', 'subscription' ) . '</a>'; | |
| 31 | 31 | } |
| 32 | 32 | $links[] = '<a href="https://wordpress.org/support/plugin/subscription" target="_blank">' . __( 'Support', 'subscription' ) . '</a>'; |
| 33 | 33 | $links[] = '<a href="https://wordpress.org/support/plugin/subscription/reviews/" target="_blank">' . __( 'Review', 'subscription' ) . '</a>'; |
| 34 | 34 | return $links; |