MeteOguzhan adlı üyeden alıntı: mesajı görüntüle
çok teşekkür ederim hocam sadece tek css'e ekleme olayını yapamadım
Buyrun hocam.

function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, 'jquery-ui.css' ) ) return $url;
return "$url' defer ";
}
add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );