Skip to content

Instantly share code, notes, and snippets.

@gregpalaci
Created May 26, 2013 11:26
Show Gist options
  • Save gregpalaci/5652518 to your computer and use it in GitHub Desktop.
Save gregpalaci/5652518 to your computer and use it in GitHub Desktop.
WordPress: quick cache bust for stylesheets
<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