Skip to content

Instantly share code, notes, and snippets.

// function for critical path css
function critical_css() {
// css
$crit_sheet = get_template_directory_uri() . '/critical.css';
$critical_path = file_get_contents($crit_sheet);
// loadCSS
$js_sheet = get_template_directory_uri() . '/js/loadCSS.js';
$loadCSS_path = file_get_contents($js_sheet);