apply_filters( 'wp_image_resize_identical_dimensions', int )

Filters whether to proceed with making an image sub-size with identical dimensions with the original/source image. Differences of 1px may be due to rounding and are ignored.


Description


Parameters

(int) Original image height.


Top ↑

Source

File: wp-includes/media.php

View on Trac


Top ↑

Changelog

Version Description
5.3.0 Introduced.