Skip to content

Instantly share code, notes, and snippets.

@WebEndevSnippets
Last active December 20, 2015 23:09
Show Gist options
  • Save WebEndevSnippets/6210831 to your computer and use it in GitHub Desktop.
Save WebEndevSnippets/6210831 to your computer and use it in GitHub Desktop.
WordPress: Load CSS with timestamp to bust cache
function rkv_cacheless_css() {
wp_enqueue_style( 'MY-CSS-NAME', MY-CSS-FILE.CSS, array(), time(), 'all' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment