$slugs ) { if ( empty( $slugs[1] ) && ! empty( $cp_options['hide_empty_value'] ) ) { $hidden++; continue; } $label[] = $slugs[0]; $data .= "{$slugs[1]},"; $total_calls += $slugs[1]; } $count = count( $label ) - 1; $data = rtrim( $data, ',' ); ?>
\n". "\t\n". "\t\t". esc_html__('I/O operations', 'code-profiler') ."". "". esc_html__('Total calls', 'code-profiler') ."\n"; for( $i = 0; $i <= $count; $i++ ) { echo "\t\n\t\t". esc_html( $label[ $i ] ) ."". "". esc_html( $sr_data[ $i ] ) ."\n\t\n"; } echo "\n"; ?>