问题就在标题里。blog_info('stylesheet_url')差异get_stylesheet_uri()之间的区别是什么,如果是较新的情况,则是哪一个。
法典说:
'stylesheet_url‘-返回活动主题的主CSS (通常是style.css)文件URL。考虑使用get_stylesheet_uri()代替。
发布于 2011-09-02 14:09:43
实际上,bloginfo( 'stylesheet_url )使用的是get_stylesheet_uri()函数,所以没有区别。get_stylesheet_uri()更新了
https://wordpress.stackexchange.com/questions/27555
复制相似问题