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
Regenerates thumbnails for one or more attachments.
189
189
190
190
~~~
191
-
wp media regenerate [<attachment-id>...] [--image_size=<image_size>] [--skip-delete] [--only-missing] [--delete-unknown] [--yes]
191
+
wp media regenerate [<attachment-id>...] [--image_size=<image_size>...] [--skip-delete] [--only-missing] [--delete-unknown] [--yes]
192
192
~~~
193
193
194
194
**OPTIONS**
195
195
196
196
[<attachment-id>...]
197
197
One or more IDs of the attachments to regenerate.
198
198
199
-
[--image_size=<image_size>]
200
-
Name of the image size to regenerate. Only thumbnails of this image size will be regenerated, thumbnails of other image sizes will not.
199
+
[--image_size=<image_size>...]
200
+
Name of the image size to regenerate. Repeat the flag to specify multiple. Only thumbnails of specified image size(s) will be regenerated, thumbnails of other image sizes will not.
201
201
202
202
[--skip-delete]
203
203
Skip deletion of the original thumbnails. If your thumbnails are linked from sources outside your control, it's likely best to leave them around. Defaults to false.
@@ -247,6 +247,15 @@ wp media regenerate [<attachment-id>...] [--image_size=<image_size>] [--skip-del
247
247
3/3 Regenerated "large" thumbnail for "Sunburst Over River" (ID 756).
248
248
Success: Regenerated 3 of 3 images.
249
249
250
+
# Re-generate only the thumbnails of "large" and "medium" image sizes for all images.
251
+
$ wp media regenerate --image_size=large --image_size=medium
252
+
Do you really want to regenerate the "large", "medium" image sizes for all images? [y/n] y
253
+
Found 3 images to regenerate.
254
+
1/3 Regenerated "large", "medium" thumbnails for "Sydney Harbor Bridge" (ID 760).
255
+
2/3 No "large", "medium" thumbnail regeneration needed for "Boardwalk" (ID 757).
256
+
3/3 Regenerated "large", "medium" thumbnails for "Sunburst Over River" (ID 756).
0 commit comments