Skip to content

Commit

Permalink
Changed text plan :closes: wp-media/imagify#3001
Browse files Browse the repository at this point in the history
  • Loading branch information
E2E Environment committed Dec 9, 2024
1 parent e1cd33b commit d51bff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions classes/Admin/AdminBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ public function get_admin_bar_profile_callback() {
$text = esc_html__( 'Switch to Infinite plan for unlimited optimization:', 'rocket' ) . '<br>';

if ( $this->user->is_monthly ) {
$text .= esc_html__( 'For $9.99/month, optimize as many images as you like!', 'rocket' );
$text .= esc_html__( 'For $11.99/month, optimize as many images as you like!', 'rocket' );
$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/plan_switch/?label=infinite&payment_plan=1&utm_source=plugin&utm_medium=notification ';
} else {
$text .= esc_html__( 'For $99.9/year, optimize as many images as you like!', 'rocket' );
$text .= esc_html__( 'For $9.99/month, optimize as many images as you like!', 'rocket' );
$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/plan_switch/?label=infinite&payment_plan=2&utm_source=plugin&utm_medium=notification ';
}

Expand Down
4 changes: 2 additions & 2 deletions views/part-upsell.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
$upgrade = esc_html__( 'Upgrade your plan now to keep optimizing your images.', 'imagify' );

if ( $imagify_user->is_monthly ) {
$price = esc_html__( 'For $9.99/month only, choose unlimited image optimization!', 'imagify' );
$price = esc_html__( 'For $11.99/month only, choose unlimited image optimization!', 'imagify' );
$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/plan_switch/?label=infinite&payment_plan=1&utm_source=plugin&utm_medium=upsell_banner';
} else {
$price = esc_html__( 'For $99.9/year only, choose unlimited image optimization!', 'imagify' );
$price = esc_html__( 'For $9.99/month only, choose unlimited image optimization!', 'imagify' );
$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/plan_switch/?label=infinite&payment_plan=2&utm_source=plugin&utm_medium=upsell_banner';
}
}
Expand Down

0 comments on commit d51bff0

Please sign in to comment.