| WordPress ' . wp_kses( $vuln_name, 'strip' ) . ' | '; $information .= '';
if ( $show_active || $show_poc || $show_auto || '' !== $score_badge ) {
$information .= ' ';
if ( $show_active ) {
$information .= '⚠ ' . esc_html__( 'Actively exploited', 'wpvulnerability' );
if ( $kev && null !== $kev_date ) {
$information .= ' · ' . esc_html( $kev_date );
}
$information .= '';
}
if ( $show_poc ) {
$information .= '⚡ ' . esc_html__( 'Public exploit', 'wpvulnerability' ) . '';
}
if ( $show_auto ) {
$information .= '⚙ ' . esc_html__( 'Automatable', 'wpvulnerability' ) . '';
}
if ( '' !== $score_badge ) {
$information .= $score_badge;
}
$information .= ' ';
}
if ( null !== $description ) {
$information .= '' . esc_html( $description ) . ' ';
}
if ( count( $what ) ) {
$information .= '' . implode( '', $what ) . ' ';
}
if ( '' !== $source_pills ) {
$information .= '' . esc_html__( 'References:', 'wpvulnerability' ) . '';
$information .= $source_pills;
$information .= ' ';
}
$information .= ' | ';
$information .= '