' . $dir . '

'; $html .= '
'; foreach ( $icons as $icon ) { $basename = basename( $icon, '.svg' ); $content = esc_attr( trim( file_get_contents( $icon ) ) ); $html .= <<
$basename
HTML; } $html .= '
'; } return $html;