Wordpress Swf Dosya Yükleme Hatası Nasıl Çözerim?
3
●656
- 13-05-2014, 23:26:37Kimlik doğrulama veya yönetimden onay bekliyor.

Function.php
function swf($mimes) { if ( function_exists( 'current_user_can' ) ) $unfiltered = $user ? user_can( $user, 'unfiltered_html' ) : current_user_can( 'unfiltered_html' ); if ( !empty( $unfiltered ) ) { $mimes['swf'] = 'application/x-shockwave-flash'; } return $mimes; } add_filter('upload_mimes','swf');
- 13-05-2014, 23:37:54Üyeliği durdurulduTeşekkürlerde nereye atacağım bu yazıyı tam olarak?IhsanNet adlı üyeden alıntı: mesajı görüntüle
- 13-05-2014, 23:41:47temanızın içindeki function.php ekleyin hocam.Kirkbir adlı üyeden alıntı: mesajı görüntüle
