Plugin Pulse
← Pulse

Code Block Pro – Beautiful Syntax Highlighting

by Kevin Batdorf · Blocks

Also makes 8 other plugins · 12.2K+ installs across the portfolio →

Code highlighting powered by the VS Code engine. Performance focused. No bloat.

How scoring works →
90 Health · A
Maintenance 100/100
Rating quality 92/100
Support 70/100

90 health vs 67 average across 1,682 Blocks plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

90 / 100

Excellent listing optimization

Biggest win: Support resolution

Update recency 100/100
WP compatibility 100/100
Rating quality 89/100
Listing tuning 100/100
Support resolution 50/100

To rank higher: Mark more forum threads resolved — the resolved ratio feeds the ranking.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+5% vs prior 30d
67Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

1.6K

now · peak 17.0K

1.6K30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Code Block Pro · #2143 you WPCode · #19 Code Snippets · #35 SyntaxHighlighter Ev · #1367

Rating trend

Star average over time · dips mark rough releases

4.8Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

162per 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

1

releases in the last 12 months

5mo ago

latest release · v1.28.0

62

tagged releases on record

Recent releases

1.28.0 · 5mo ago1.27.7 · 1.2y ago1.27.6 · 1.2y ago1.27.5 · 1.2y ago1.27.4 · 1.2y ago1.27.3 · 1.3y ago1.27.2 · 1.3y ago1.27.1 · 1.3y ago1.27.0 · 1.3y ago1.26.8 · 1.4y ago1.26.7 · 1.4y ago1.26.6 · 1.9y ago1.26.5 · 1.9y ago1.26.4 · 2.1y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 59% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.28 59%
v1.27 25%
v1.26 12%
Older / other versions 3.2%

Estimated active installs

The public count shows “10K+”. Our estimate pins where the real number sits.

tracked estimate
10K–20K ≈19K

Refined from the date this plugin crossed into its current band.

Install history · since 2022-10-01 · 1,423 observations

10KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price.

Details

Version
1.28.0
Last updated
14d ago
Added
2022-08-22 · 4 yrs old
Requires WP
6.0
Tested up to
7.1
Requires PHP
7.0

Recent reviews

All reviews on wp.org ↗
  1. Stefan Monov
    2mo ago

    There’s a lot to like here, except that there is no way to set a site-wide syntax-highlighting theme – it’s done block-by-block, separately for every code block.

    Read on wp.org ↗
  2. Ben
    6mo ago

    Code Block Pro is one of the best syntax highlighting plugins for WordPress. Clean, fast and very easy to use. Code snippets look great right away with almost no setup. Highly recommended for anyone publishing code on their site. Thank you very much!

    Read on wp.org ↗
  3. afonsolpjr
    11mo ago

    Leaving a 5 star for the simplicity. Plenty of languages, themes and styles.

    Read on wp.org ↗
  4. dpacmittal
    1.0y ago

    In 15 years of using and developing wordpress websites, I’ve never left a review for a plugin. But I’m compelled to do so for this one. There’s no bloat. No notices in the admin panel, no upselling, no ads, no nagging to upgrade to pro, nothing at all. Goes to show the author values and respects their users and not just see them as walking talking wallet. This is how all plugins should be. But that doesn’t mean the plugin is devoid of features. It has everything you would want from a syntax highlighter plugin and more. The code looks beautiful and it’s fast. Did I mention, there’s no bloat. What a breath of fresh air.

    Read on wp.org ↗
  5. yukiko-kawa
    1.2y ago

    I had a problem with Shortcodes inside the code (so inside the block)I put the shortcode model in a comment of the code. And even if the plugin has an option that does not listen to shortcodes. Those with “options” added were still listened to. The programmer solved it on the fly in 2 hours, it’s super fast. A_So I can only say that it is a great plugin.B_Excellent free assistance.C_And I can assure you that I looked for a code block or code syntax plugin, and this is the only decent one. Others were also decent, but they have not been updated for years and unfortunately the last one died with wp 6.8 So yes, for now in 2025 I consider it the best, if not almost the only one. ___________________________________________The correct problem_________________________________________ Serious, some codes are read by the system and become critical errors. I chose it because it seemed good to me. I had an old plugin that they haven’t updated for 5 years and it ends up that with the new wp 6.8 it no longer shows the graphic template. I searched a bit and chose this one. But problem!it reads some codes anyway: ————————- I use a function loaded on the site with WPCode, and I created a guide on the code in question. When I open the article it gives me an error because WP sees the same function name, instead it shouldn’t even read it.So to test it I put CSS Editor, so that it doesn’t read the php anyway. But the problem remains. I have to rephrase this sentence:It is not the name of the function itself, but the shortcode comment code that is read.Fairly less serious, but problematic. // Add Shortcode - scrivi questo campo [aggiungi_subcategorie] [aggiungi_subcategorie category_data="product_brand"]// NOTA: in avada, usare il campo TESTO e non la sotto variante del campo testo SHORTCODE, altrimenti non vedeadd_shortcode( 'aggiungi_subcategorie', 'wpcode_subcategorie_inpag_archivi_shortcode', 7 );function wpcode_subcategorie_inpag_archivi_shortcode($atts = array(), $content = null) { [ aggiungi_subcategorie ] exists on the site and in fact it gives me an error. Not only that, I use Avada as a theme and I wanted to show a created Template, so I put the Avada code in the plugin block. the theme tries to read it and gives a critical error. If I put the same code in the guthenbergh CODE base, there are no problems. I find it very serious that this plugin allows the site to read codes. This topic was modified 1 year ago by yukiko-kawa. This topic was modified 1 year ago by yukiko-kawa.

    Read on wp.org ↗
  6. kboudreau
    1.2y ago

    I first tried another similar plugin from a dev I really trust. But it was garbage. Decided to try Code Block Pro and the free version rocks. It’s SO MUCH BETTER. So easy to use. Settings right there in the post editor where they belong…Love it so much just purchased the extra themes back. It was only $12. Crazy good deal.

    Read on wp.org ↗
  7. Pe3ček
    1.2y ago

    Beautiful, many themes included, looks professional, includes copy button. All perfect!

    Read on wp.org ↗
  8. Ankit Panchal
    1.4y ago

    This plugin does exactly what you’d hope, clean syntax highlighting, easy to use, and packed with thoughtful features. It’s really well-built and feels lightweight yet powerful. Honestly, it’s adding real value to the WordPress space. Great work!

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. 2026-04-11 Version 1.28.0 Modernize tooling: swap ESLint/Prettier to Biome, Cypress/wp-env to Playwright + WP Playground. Comprehensive Playwright test suite (49 tests across 9 spec files). Update dependencies. Update CI workflows to use node lts 1.28.0
  2. 2025-07-05 Version 1.27.7 Fixes a bug where block error warning messages would only affect the first block. Adds an update notice to users on the paid theme pack. 1.27.7
  3. 2025-06-29 Version 1.27.6 Fixes a bug where shortcodes with attributes would not be properly escaped. 1.27.6
  4. 2025-06-21 Version 1.27.5 Changes the default value for escaping wp shortcodes to true. Can’t see why anyone would want this any other way by default. Prevents shortcodes from rendering in the copy button 1.27.5
  5. 2025-06-20 Version 1.27.4 Prevents wp_texturize from affecting copied code snippets. You will see a block update for this change as I had to wrap the code in a pre tag. 1.27.4
  6. 2025-05-15 Version 1.27.3 Prevents smart quotes, typographic dashes, and other non-ASCII characters from affecting copied code snippets. 1.27.3

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 5 languages, 2 at 90% or more

Chinese (Taiwan) 100%
Chinese (China) 92%
Japanese 80%
Dutch 10%
Spanish (Spain) 6%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-06-05 9K+ → 10K+ up after 170 days in tier
  2. 2024-12-17 8K+ → 9K+ up after 1 days in tier
  3. 2024-12-16 9K+ → 8K+ down after 1 days in tier
  4. 2024-12-15 8K+ → 9K+ up after 117 days in tier
  5. 2024-08-20 7K+ → 8K+ up after 141 days in tier
  6. 2024-04-01 6K+ → 7K+ up after 100 days in tier
  7. 2023-12-23 5K+ → 6K+ up after 1 days in tier
  8. 2023-12-22 6K+ → 5K+ down after 1 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Code Block Pro – Beautiful Syntax Highlighting into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/code-block-pro" width="480" height="300" style="border:0" loading="lazy" title="Code Block Pro – Beautiful Syntax Highlighting — Plugin Pulse"></iframe>
Preview card ↗

Code Block Pro – Beautiful Syntax Highlighting: 10K+ active installs, 4.8★ (50 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/code-block-pro