I think it might be possible, try adding this to your child theme’s functions.php
add_action('init', 'remove_plugin_image_sizes');
function remove_plugin_image_sizes() {
remove_image_size('image-name');
}
Here is the documentation: https://codex.wordpress.org/Function_Reference/remove_image_size
Related Posts:
- How come Featured Image isn’t showing up in my Custom Post Type?
- How to disable generation of default image sizes for some custom post types?
- Using add_theme_support inside a plugin
- Make featured image required
- How to remove “featured image” functionality from a custom post type?
- set_post_thumbnail_size in percent, not pixels?
- Change slug of registered custom post type in child theme
- Best way to filter featured image text for a custom post type?
- If featured image doesn’t exist, show post content
- Add pre-existing meta box to new custom post type
- How I upload, save and set a featured image from my frontend?
- Trouble adding custom featured image for custom taxonomy TERMS
- Featured image metabox not showing up
- image srcset returns false
- How to use different featured image size for a custom post type?
- get_the_post_thumbnail() returning empty string on custom post type
- Change admin post thumbnail size for custom post type only
- How to add multiple featured image in meta box in post editor?
- Change labels of custom post type via child theme
- How to List Thumbnails based on Custom Categories
- reference the current category being used in the category.php page
- add_image_size for post type
- Gutenberg Featured-Image-panel missing when user with custom role edits Custom Post Type
- Child Theme for Mobile Browsers
- Change post featured image on hover
- Create a post in custom post type using field in registration form after users submit form
- Show Post Thumbnail In Custom Post From Other CPT
- get custom post type thumbnail
- Using global $post; to get featured image for custom post via WP_Query
- Displaying media for custom post type
- How to change post featured image using a custom field of category?
- Force documents to appear in Featured Image dialogue
- Change Featured Image / Thumbnail CMS Description
- Featured Images does not show in custom post type
- Loading custom post thumbnail into stream
- Is it possible to show full content of the post when there is only one post in a grid?
- How to set YouTube video as featured image?
- making available just some parts of theme option
- Link to full size post thumbnail
- Multiple featured sizes / images / excerpts
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- Rewrite post type slug only for child theme
- How do I amend the have_posts function to include custom posts?
- Don’t know how to show custom taxonomies from a custom post_type
- unable to show custom post type featured image
- How do you create a custom template to display a category with an image and related posts below?
- how to post default thumbnail if post not created yet
- get_the_post_thumbnail_url(‘full’) returns empty from custom post type
- Unable to set featured image
- Post-thumbnail only for specific post-types?
- Featured image size in column
- False Positive on has_post_thumbnail
- 3 random images from custom post type, each in a div with a diffrent class
- Custom post doesn’t show featured image
- Is it possible to add posts and images (auto resize) for custom post types with a script?
- Custom shortcode works in Elementor editor but not on frontend
- why post_class() function apply css classes to all other files?
- Child theme blocks post from publishing [closed]
- Auto post creation
- Dynamic pages for linked categories and content
- Changing CPT slug and taxonomy already registered in parent theme
- Using Image Sizes for Custom Post Types outside the Loop
- link featured image to external link
- Overriding Plugin Function in Child Theme
- Removed custom post type archive page shows blog page
- What happens to my older posts if I switch to a child theme?
- How do I add new post formats to twenty fourteen theme?
- How to create a archive template for custom post type [duplicate]
- Extend Custom Post Type
- Cannot upload featured image to a custom post type
- Insert custom fields to a custom post type
- Thumbnails Not Generating
- Add Permalink to Post Thumbnail, syntax code issues
- Need help with simple “if statement” checks to output particlular CPT data depending on what client uploads/fills out
- How to add Support to show Fullwidth Featured Image of Custom Post Types in WordPress.?
- i need to have a tab with gategory post
- Get only parent post in archive post
- How to add a default predefined thumbnail when creating a brand new post?
- In child theme, add CPT to custom taxonomy registered in parent theme
- Auto generate excerpt from ACF field on a CPT that does not support excerpt or content
- How to use POST method using custom wordpress button?
- Display featured images from custom post type in the homepage template
- custom post type does not working when adding in child theme function
- retrieve custom post image through widget
- Child Theme problems
- How To Loop Through list with Custom Post Types
- Cannot modify a registered custom post type rewrite slug
- Custom Post Types and Child Themes!
- How to add a custom post type in child theme? (WordPress > 3.0)
- Thumbnails for custom post not showing up in query
- How to scroll through post thumbnails?
- Customized featured image doesn’t refresh in post admin metabox after upload/insert
- Specific Thumbnail Size for Custom Content Type
- Link to larger thumbnail in custom query (with custom post-types)
- Test if a Category contains certain Custom Post Types
- Front end post or photo or both
- How can I show template dropdown in custom post type?
- Delete old thumbnail when updating new
- set_post_thumbnail or media_sideload_image adds image multiple times in media library
- How to Create Grey Background for Product Images on Website Display but Retain White Background on Downloaded JPGs?