/* ================================================================================= * КОДЫ в ШАПКЕ * ================================================================================= */ function functionsphp_head(){ $before = <<<EOT <!-- код в теге head --> EOT; } add_filter( 'wp_head', 'functionsphp_head' ); /* ================================================================================= */