ля всех экранов $async_link = str_replace( ['rel="stylesheet"', 'href='], ['rel="stylesheet" media="print" onload="this.media=\'all\'"', 'href='], $link_tag ); $css_bundle .= $async_link . "\n"; } // Выводим уже неблокирующий бандл в футер сайта $content = str_replace('', $css_bundle . "", $content); } } ?>