为什么我的样式表链接-css
最后呢?我如何删除它?
我的自定义函数文件中有:
function enqueue_styles_scripts() {
wp_enqueue_style(\'bootstrap\', get_template_directory_uri() .\'/css/vendor/bootstrap.min.css\');
}
add_action(\'wp_enqueue_scripts\', \'enqueue_styles_scripts\');
当我检查源时,这是输出:
<link rel=\'stylesheet\' id=\'bootstrap-css\' href=\'//localhost:3000/wordpress/wp-content/themes/underscore/css/vendor/bootstrap.min.css?ver=4.4.1\' type=\'text/css\' media=\'all\' />
你能解释一下为什么吗
-css
正在添加到给定id
bootstrap
?