örnek
wp_enqueue_style( 'custom', get_template_directory_uri() . "/css/custom.css", array("style"), $version, "all")
;
functions.php dosyasında yukarıdaki gibi bir kod ile eklenmiştir, bulup kaldırmanız yeterli olur
wp_enqueue_style( 'custom', get_template_directory_uri() . "/css/custom.css", array("style"), $version, "all")
;