$current_path = "/template-parts/header";
wp_enqueue_style(
'header',
get_stylesheet_directory_uri() . $current_path . '/header.css',
array(),
_S_VERSION
);
wp_enqueue_script(
'header',
get_template_directory_uri() . $current_path . '/header.js',
array(),
_S_VERSION
);
//echo get_stylesheet_directory_uri() . $current_path . '/header.css';
?>