Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benoitmercusot/f8de97886a33943ef7ff0474facfd074 to your computer and use it in GitHub Desktop.
Save benoitmercusot/f8de97886a33943ef7ff0474facfd074 to your computer and use it in GitHub Desktop.
Cache purger using dynamic asset version
wp_enqueue_style('main', get_stylesheet_uri(), array(), filemtime( get_stylesheet_directory().'/style.css' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment