plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -825,6 +825,8 @@ class Imagify_Admin_Ajax_Post extends Imagify_Admin_Ajax_Post_Deprecated {
update_imagify_option( 'api_key', $api_key );
delete_transient( 'imagify_user_cache' );
wp_send_json_success();
}
@@ -980,7 +982,7 @@ class Imagify_Admin_Ajax_Post extends Imagify_Admin_Ajax_Post_Deprecated {
} elseif ( $user->get_percent_unconsumed_quota <= 20 ) {
$user->best_plan_title = __( 'Oops, It\'s almost over!', 'imagify' );
} else {
$user->best_plan_title = __( 'You\'re new to Imagify?', 'imagify' );
$user->best_plan_title = __( 'Unlock Imagify\'s full potential', 'imagify' );
}
wp_send_json_success( $user );