admin管理员组

文章数量:1327661

I need to register a new particular size of image for my site, something I can do like this:

add_image_size( 'custom-size', 220, 180 ); 

However, I will need to resize previous images. I can use a plugin like "Regenerate Thumbnails" but my question is, is it safe to delete that plugin after use? Probably the answer is yes but just want to be 100% sure. Thanks

本文标签: I need to register and resize imagessafe to delete plugin afterwards