Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/media.php | apply_filters | 648 | /** * 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. * * @since 5.3.0 * * @param bool $proceed The filtered value. * @param int $orig_w Original image width. * @param int $orig_h Original image height. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $proceed | The filtered value. |
int | $orig_w | Original image width. |
int | $orig_h | Original image height. |