Created
June 1, 2016 02:45
-
-
Save jbrz0/edbe8335aa4768d1ea8d4377e2f6147c to your computer and use it in GitHub Desktop.
Prevent Wordpress caching of style.css file
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 rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment