Skip to content

Instantly share code, notes, and snippets.

@jbrz0
Created June 1, 2016 02:45
Show Gist options
  • Save jbrz0/edbe8335aa4768d1ea8d4377e2f6147c to your computer and use it in GitHub Desktop.
Save jbrz0/edbe8335aa4768d1ea8d4377e2f6147c to your computer and use it in GitHub Desktop.
Prevent Wordpress caching of style.css file
<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