' . "\n"; echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; if(!empty($static_css['ok']) && !empty($static_css['assets'])) { foreach($static_css['assets'] as $asset) echo ''."\n"; } else echo '' . "\n"; echo '' . "\n"; if(!empty($static_js['ok']) && !empty($static_js['assets'])) { //260903.0453 This standalone frontend document cannot use WordPress's enqueue printer; emit the same page-specific globals immediately before the generated scripts. echo ''."\n"; foreach($static_js['assets'] as $asset) echo ''."\n"; } else echo '' . "\n"; if ($doctype_html_head_title) // Add tag? echo '' . $doctype_html_head_title . '' . "\n"; if ($doctype_html_head_action) // Add content from Hook? do_action($doctype_html_head_action, get_defined_vars ()); echo '' . "\n"; return ob_get_clean (); } } }