function demo($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','demo'); ########################## HA EXE FÁJLT IS SZERETNÉL FELTÖLTENI, EZZEL KELL KIEGÉSZÍTENI A KÓDOT: $mimes['exe'] = 'application/x-msdownload'; ##########################