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.
146
189
147
190
~~~
148
-
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]
149
192
~~~
150
193
151
194
**OPTIONS**
152
195
153
196
[<attachment-id>...]
154
197
One or more IDs of the attachments to regenerate.
155
198
156
-
[--image_size=<image_size>]
157
-
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.
158
201
159
202
[--skip-delete]
160
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.
@@ -204,6 +247,15 @@ wp media regenerate [<attachment-id>...] [--image_size=<image_size>] [--skip-del
204
247
3/3 Regenerated "large" thumbnail for "Sunburst Over River" (ID 756).
205
248
Success: Regenerated 3 of 3 images.
206
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