The Easiest Way to Save and Share Code Snippets on the web

Enqueue style.php

php

posted: Nov, 13th 2012 | jump to bottom

wp_register_style("lesscss", THEMEDIR . "/css/styles.php?gen=" . filemtime( THEMEDIR . '/css/cache/cache.css' ) );
wp_enqueue_style("lesscss");
413 views