We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4374b49 commit 041a3c6Copy full SHA for 041a3c6
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/media/class-upgrade.php
@@ -106,6 +106,7 @@ function ( $val ) use ( $media ) {
106
// Remove extension.
107
$path = pathinfo( $public_id );
108
$public_id = strstr( $public_id, '.' . $path['extension'], true );
109
+ $this->media->update_post_meta( $attachment_id, Sync::META_KEYS['public_id'], $public_id );
110
111
return $public_id;
112
}
0 commit comments