Skip to content

Instantly share code, notes, and snippets.

@ControlledChaos
Created May 7, 2015 09:52
Show Gist options
  • Save ControlledChaos/9e91da8331b5e8446dd5 to your computer and use it in GitHub Desktop.
Save ControlledChaos/9e91da8331b5e8446dd5 to your computer and use it in GitHub Desktop.
Clear Cached Stylesheet on Load

Clear Cached Stylesheet on Load

WordPress Snippet

<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?<?php echo time(); ?>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment