Konu
Wordpress WebP Sorunu
22-03-2021, 21:51:48
#5
ilkertsn
OsGaKa adlı üyeden alıntı:
mesajı görüntüle
temanızın fonksiyon dosyasına alttaki kodları ekleyip deneyebilirsiniz
function webp_upload_mimes($existing_mimes) {
$existing_mimes[webp] = image/webp;
return $existing_mimes;
}
add_filter(mime_types, webp_upload_mimes);
constant mime_types - assumed 'mime_types' (this will throw an Error in a future version of PHP) in
/home/muhtese3/public_html/wp-content/themes/jnews/functions.php
on line
29
Warning
: Use of undefined constant webp_upload_mimes - assumed 'webp_upload_mimes' (this will throw an Error in a future version of PHP) in
/home/muhtese3/public_html/wp-content/themes/jnews/functions.php
on line
29
böyle bir hata aldım.