Coywolf Code Block Enhancer
by Coywolf 5 (1 reviews)

Coywolf Code Block Enhancer

Syntax highlighting and a copy-to-clipboard button for the native WordPress Code block, plus a language picker in the editor sidebar.

Coywolf Code Block Enhancer ranks #55,966 among WordPress.org plugins with 0+ active installations, a 5/5 rating from 1 reviews, and was last updated Aug 13, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.0.60 Current Version v1.0.60
Updated 1 month ago Last Update on 13 Aug, 2026
Refreshed 7 hours ago Last Refreshed on
View on WordPress.org
Rank
#55,966
No change
Active Installs
0+
-4%
KW Avg Position
40
13.5 better
Downloads
218
+1 today
Support Resolved
100%
No change
Rating
100%
Review 5 out of 5
5 (1 reviews)

Next Milestone 10

Total Progress 20%
0+ 10+
36,226
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 8 more installs to reach 10+

Rank Changes

51,292 55,786 60,280 64,774 69,268 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
44,676 51,040 57,404 63,767 70,131 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #55,966
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
1 reviews
Overall 100%
5
1 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Support Threads Overview

Resolved
Unresolved
1
Total Threads
1
Resolved
0
Unresolved
100%
Resolution Rate

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.0.60
Last Updated
Aug 13, 2026
Requires WP
6.3+
Tested Up To
7.1.2
PHP Version
7.4 or higher
Author
Coywolf

Support & Rating

Rating
★ ★ ★ ★ ★ 5
Reviews
1
Support Threads
1
Resolved
100%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Coywolf Code Block Enhancer

Bash/Shell, CSS, HTML/Markup, JavaScript, JSON, PHP, Python, SQL, and YAML. The dropdown also includes "None (plain text)" to render a block without highlighting.
Open Tools → Code Blocks → Language packs and enable the pack that contains the language you need. The baseline 9 languages are always available; the other 40 grammars are grouped into packs you can toggle on. Anything you enable shows up in the Code block's "Code language" dropdown automatically — no code editing required.
No. The language is stored as a block attribute, not baked into the saved markup, so blocks without a language stay valid and the front-end language class is applied at render time. Existing content is not migrated and is unaffected.
No. The token CSS only enqueues on singular posts/pages where has_block( 'core/code' ) is true, and the Prism scripts are only enqueued from inside the render_block filter for core/code — so a page with no code block ships none of these assets. Prism is also loaded with the defer strategy so it never blocks rendering.
Nothing extra. Prism and the copy-button script are bundled with the plugin and served from your own origin, so a script-src 'self' policy
Go to Tools → Code Blocks in WP Admin. The "Code block theme" dropdown lists every bundled theme in three groups: Coywolf (Default — Auto / Always light / Always dark), Prism (built-in), and Prism Themes (community). Below the dropdown a live preview pane re-renders a sample PHP snippet in the highlighted theme on every change — your site keeps the previously saved theme until you click Save Changes. The selected theme's stylesheet is enqueued only on posts that contain a code block; only one theme file is ever loaded per request.
If you're on the bundled Default — Auto theme (the first-install default), switch to Default — Always light or Default — Always dark in Tools → Code Blocks. Picking any of the Prism themes also locks the appearance — those themes are static and don't react to OS dark mode. The lock is implemented in CSS — there is no inline <style> injected per request — so it composes cleanly with caching plugins.
The 8 stock themes are bundled from PrismJS/prism at v1.30.0 (MIT — see assets/themes/LICENSE-prism.txt). The 37 community themes are bundled from PrismJS/prism-themes (MIT — see assets/themes/LICENSE-prism-themes.txt). They are served from your own origin alongside the rest of the plugin's assets — no external request at runtime.
The label only renders when a language is set (the CSS rule is .wp-block-code[data-language]::before). If the block was created before the plugin was installed, open it in the editor and pick a language from the sidebar so the language attribute is saved.

Sign In / Register

You need to sign in or register to use this feature.