Filters the minimum square-pixels threshold for an image to be eligible as the high-priority image.
Parameters
$threshold
int- Minimum square-pixels threshold. Default 50000.
Source
$wp_min_priority_img_pixels = apply_filters( 'wp_min_priority_img_pixels', 50000 );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
Filter minimum square-pixels threshold value for small thumbnail images that appear in lists or grids, a minimum of 200×200 pixels might be suitable.