Не могу изменить CSS стили. Ошибка в первой строке кода. Пробелы удалил, не знаю как еще решить.
Warning: Cannot modify header information - headers already sent by (output started at W:\domains\notes\wp-content\themes\test\functions.php:1) in W:\domains\notes\wp-includes\pluggable.php on line 1195
вот код functions.php
<?php
function learningCode(){
wp_enqueue_style('style', get_stylesheet_uri());
}
add_action('wp_enqueue_scripts', 'learningCode');