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
'tf_subject' => esc_attr( __( 'Request to Purchase the Small Plan', 'cloudinary' ) ),
79
+
'tf_description' => esc_attr( __( "Hello,<br><br>I'm interested in purchasing the Small plan for $29. Could you please provide me with the next steps to complete the purchase?<br><br>Thank you!", 'cloudinary' ) ),
80
+
);
81
+
return Utils::get_support_link( $args );
82
+
},
83
+
'target' => '_blank',
84
+
),
85
+
),
86
+
);
87
+
88
+
return$settings;
89
+
}
90
+
91
+
/**
92
+
* Check if the user is eligible for the $29 offer.
<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' ); ?>
Copy file name to clipboardExpand all lines: ui-definitions/settings-pages.php
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,12 @@
333
333
'type' => 'tag',
334
334
'element' => 'a',
335
335
'attributes' => array(
336
-
'href' => Utils::get_support_link( '-' ),
336
+
'href' => staticfunction () {
337
+
$args = array(
338
+
'tf_360017815680' => '-',
339
+
);
340
+
return Utils::get_support_link( $args );
341
+
},
337
342
'target' => '_blank',
338
343
'rel' => 'noopener noreferrer',
339
344
'class' => array(
@@ -451,12 +456,14 @@
451
456
'type' => 'panel',
452
457
'title' => __( "I'm having an incompatibility issue with a theme, plugin, or hosting environment, what can I do?", 'cloudinary' ),
453
458
'collapsible' => 'closed',
454
-
'content' => sprintf(
455
-
// translators: The HTML markup.
456
-
__( 'We’re compatible with most other plugins so we expect it to work absolutely fine. If you do have any issues, please %1$scontact our support team%2$s who will help resolve your issue.', 'cloudinary' ),
__( 'We’re compatible with most other plugins so we expect it to work absolutely fine. If you do have any issues, please %1$scontact our support team%2$s who will help resolve your issue.', 'cloudinary' ),
0 commit comments