ob_start(); get_template_part( 'head-custom-field' ); $head_custom = ob_get_clean(); $style_search = array( '<style>', '</style>' ); $head_custom = str_replace( $style_search, '', $head_custom ); $css_all .= $head_custom;