=' ) ) : ?>

=' ) ) : $english_info = TD_Health_Check_Debug_Data::debug_data( 'en_US' ); // Workaround for locales not being properly loaded back, see issue #30 on GitHub. if ( ! is_textdomain_loaded( 'health-check' ) && _get_path_to_translation( 'health-check' ) ) { load_textdomain( 'health-check', _get_path_to_translation( 'health-check' ) ); } ?>

$details ) { if ( empty( $details['fields'] ) ) { continue; } $toc[] = sprintf( '%s', esc_attr( $section ), esc_html( $details['label'] ) ); } echo implode( ' | ', $toc ); ?>
$details ) { if ( ! isset( $details['fields'] ) || empty( $details['fields'] ) ) { continue; } printf( '

%s%s

', esc_attr( $section ), esc_html( $details['label'] ), ( isset( $details['show_count'] ) && $details['show_count'] ? sprintf( ' (%d)', count( $details['fields'] ) ) : '' ) ); if ( isset( $details['description'] ) && ! empty( $details['description'] ) ) { printf( '

%s

', wp_kses( $details['description'], array( 'a' => array( 'href' => true, ), 'strong' => true, 'em' => true, ) ) ); } ?> $value ) { $values .= sprintf( '
  • %s: %s
  • ', esc_html( $name ), esc_html( $value ) ); } } else { $values = esc_html( $field['value'] ); } printf( '', esc_html( $field['label'] ), $values ); } ?>
    %s%s