Filters the switch to ignore minimum image size requirements. Can be used to add custom logic to image dimensions, like only enforcing one of the dimensions, or disabling it entirely.
Parameters
- $ignore
bool Should the image dimensions be ignored?
- $meta
array Array containing image dimensions parsed from the markup.
Changelog
- Introduced in Jetpack 6.4.0
How to use this hook
Notes
Here is how the filter can be used:add_filter( 'jetpack_postimages_ignore_minimum_dimensions', '__return_true' );