You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'content' => __( 'Get 100GB for $29.', 'cloudinary'),
69
+
'element' => 'div',
70
+
'content' => $this->get_special_offer_content(),
71
71
),
72
72
array(
73
73
'type' => 'link',
74
-
'content' => __( 'Lets get it started', 'cloudinary' ),
74
+
'content' => __( 'Get started', 'cloudinary' ),
75
75
'url' => staticfunction () {
76
76
$current_user = wp_get_current_user();
77
77
$plugin = get_plugin_instance();
@@ -83,8 +83,8 @@ public function filtered_settings( $settings ) {
83
83
'tf_22246877' => $current_user->display_name,
84
84
'tf_360007219560' => $cloud_name,
85
85
'tf_360017815680' => 'help_with_plans',
86
-
'tf_subject' => __( 'Special offer for $29 plan', 'cloudinary' ),
87
-
'tf_description' => __( 'I would like to get the $29 plan', 'cloudinary' ),
86
+
'tf_subject' => __( 'Request to Purchase the Small Plan', 'cloudinary' ),
87
+
'tf_description' => __( "Hello,\n\nI'm interested in purchasing the Small plan for $29. Could you please provide me with the next steps to complete the purchase?\n\nThank you!", 'cloudinary' ),
<p><?phpesc_html_e( 'Running out of space on your free account? Upgrade for just $29 and supercharge your WordPress site with Cloudinary for unlimited awesomeness!', 'cloudinary' ); ?></p>
11
+
12
+
<p>
13
+
<?phpesc_html_e( 'As a note:', 'cloudinary' ); ?>
14
+
<br>
15
+
<?phpesc_html_e( 'This offer is exclusive to free users. Existing paying users will continue with their current plan and pricing.', 'cloudinary' ); ?>
0 commit comments