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
* Description: With the Cloudinary plugin, you can upload and manage your media assets in the cloud, then deliver them to your users through a fast content delivery network, improving your website’s loading speed and overall user experience. Apply multiple transformations and take advantage of a full digital asset management solution without leaving WordPress.
Copy file name to clipboardExpand all lines: cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/sync/class-storage.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,10 @@ public function maybe_disable_connect( $field, $slug ) {
103
103
$field['description'] = sprintf(
104
104
// translators: Placeholders are <a> tags.
105
105
__( 'You can’t currently change your environment variable as your storage setting is set to "Cloudinary only". Update your %1$s storage settings %2$s and sync your assets to WordPress storage to enable this setting.', 'cloudinary' ),
0 commit comments