Tutorial cara mengatasi error Image rotation is not supported by your web host di WordPress. Jadi tidak bisa mengedit gambar di WordPress (WP) ini disebabkan karena PHP GD library belum terinstall, solusinya mudah install PHP GD library dengan perintah berikut:
Install PHP GD library Di CentOS
yum install php-gd -y
Install PHP GD library di Debian/Ubuntu
apt install php7.3-gd -y
Install PHP GD library di cPanel/WHM
Melalui EasyApache install php-gd sesuai versi PHPnya
Selesai.