diff --git a/views/part-upsell.php b/views/part-upsell.php index 0fec94541..5e9b3d680 100644 --- a/views/part-upsell.php +++ b/views/part-upsell.php @@ -14,6 +14,29 @@ $notices = get_user_meta( $user_id, '_imagify_ignore_notices', true ); $notices = $notices && is_array( $notices ) ? array_flip( $notices ) : []; +if ( + $imagify_user->is_free() + && + Imagify_Requirements::is_api_key_valid() + && + $unconsumed_quota > 20 +) { + ?> +
+
+

+ +

+

+ +
+
+