Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kyuumeitai/4497253 to your computer and use it in GitHub Desktop.
Save kyuumeitai/4497253 to your computer and use it in GitHub Desktop.
It prints a parameter with the modification date on it. Useful for pushing updates when the style changes.
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?'.filemtime(get_stylesheet_directory().'/style.css'); ?>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment