Skip to content

Instantly share code, notes, and snippets.

@norcross
Created August 10, 2013 22:05
Show Gist options
  • Save norcross/6202383 to your computer and use it in GitHub Desktop.
Save norcross/6202383 to your computer and use it in GitHub Desktop.
simple CSS load
<?php
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