issues
search
wp-cli
/
media-command
Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
MIT License
44
stars
41
forks
source link
Adapt to changes in WP 5.3 image handling to fix broken tests
#115
Closed
schlessera
closed
5 years ago
schlessera
commented
5 years ago
Uses new
wp_get_original_image_path()
function to retrieve filepath to images.
Skips media reorientation tests on WP 5.3+, as this is done by Core already.
Adapts to newly added image size 2048x2048
wp_get_original_image_path()
function to retrieve filepath to images.