WordPres禁止裁剪高度大于2560像素的图片

将以下代码添加到您的当前启用主题functions.php 文件中

//禁止裁剪高度大于2560像素的图片
add_filter( 'big_image_size_threshold', '__return_false' );