Remove custom image size
-
This plugin has a function to register a new image size, if you think you dont need the new size, please add the code below to your theme/child theme
functions.php
./** * Remove RPWE thumbnails size creation */ function rpwe_remove_image_size() { remove_image_size( 'rpwe-thumbnail' ); } add_action( 'init', 'rpwe_remove_image_size' );
https://www.ads-software.com/plugins/recent-posts-widget-extended/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove custom image size’ is closed to new replies.