Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link type="text/css" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" rel="stylesheet" /> |
Note
Description | CSSの末尾に更新時間をクエリ文字として含める事で、キャッシュされても最新の表示で確認出来る |
---|---|
WordPress Ver. | 3.3.1 |
Via | css-tricks |