Nahnu Code & API Block
by Jaime Alnassim 1 (0 reviews)

Nahnu Code & API Block

A block suite for developer documentation: syntax-highlighted code snippets plus a full set of API-documentation blocks. Website | Documentation | See …

Nahnu Code & API Block ranks #69,025 among WordPress.org plugins with 1+ active installations, a 1/5 rating from 0 reviews, and was last updated Sep 20, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v1.0.2 Current Version v1.0.2
Updated 3 days ago Last Update on 20 Sep, 2026
Refreshed 10 hours ago Last Refreshed on
Actively maintained
View on WordPress.org
Rank
#69,025
No change
Active Installs
1+
No change
KW Avg Position
114
9 worse
Downloads
135
+4 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
56,088
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 9 more installs to reach 10+

Rank Changes

47,772 53,778 59,785 65,791 71,797 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
47,772 53,778 59,785 65,791 71,797 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 #69,025
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 20 30 40 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 20 30 40 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

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

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

Start Tracking Free

Plugin Details

Version
1.0.2
Last Updated
Sep 20, 2026
Requires WP
6.3+
Tested Up To
7.1
PHP Version
7.4 or higher
Author
Jaime Alnassim

Support & Rating

Rating
★ ☆ ☆ ☆ ☆ 1
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

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

Upgrade Now

Frequently Asked Questions

Common questions about Nahnu Code & API Block

No. Everything is rendered on your own server and in the visitor's browser. The plugin makes no external network requests, with the one exception noted above for the Try It Console, which is a request the visitor themselves chooses to send.
It's designed to cooperate rather than compete. By default it follows the visitor's OS-level light/dark preference. You can also use the nahnu_code_block_dark_mode_selectors filter to tell it which CSS selector your existing dark-mode plugin toggles (for example body.dark-mode), so the code block switches along with the rest of your site.
Yes. If your theme or plugin already sets a class or attribute for dark mode (like body.dark-mode), add it via the nahnu_code_block_dark_mode_selectors PHP filter and it works automatically, with no JavaScript required. If your toggle is JavaScript-driven, call window.NahnuCodeBlock.setTheme('dark' | 'light' | 'auto') from your own click handler. Full details, including how to rebrand the actual colors, are in HOOKS.md in the plugin folder.
Yes. All colors are exposed as CSS custom properties scoped to .nahnu-code-block (for example --nahnu-code-block-token-string), so they can be overridden from your theme's stylesheet without touching plugin files.
It only ever performs a request from the visitor's own browser to a URL you configure (and the visitor can see and edit before sending). It does not run on, or route through, your WordPress server, so it can't be used to make your server call arbitrary internal or external URLs.
No, not by adding a block through the Classic Editor's UI. You can still place any block on a Classic Editor page (or anywhere else outside the block editor) using the [nahnu_code_block block="..."] shortcode, or by calling nahnu_code_block_render() from a template if you're a developer — see "Can I render a block from PHP or a theme template?" below.
Yes. Since version 1.0.2, nahnu_code_block_render( 'endpoint', array( 'method' => 'GET', 'path' => '/v1/users' ) ) (and its echoing counterpart nahnu_code_block_the()) renders any of this plugin's blocks straight to HTML from a theme template, a widget, or a page-builder module — no post content or block editor required. The same thing is available as a [nahnu_code_block block="..."] shortcode for places that only accept shortcodes. Full details, including how to pass each block's attributes, are in INTEGRATION.md.
Yes. Settings → Nahnu Code Block has a color picker for each core color (accent, text, background, header/footer background, muted text, border) in both light and dark mode — every block on your site picks these up automatically, however it was added to the page, including blocks placed with the [nahnu_code_block] shortcode. A single block or shortcode instance can also override just its own colors (e.g. one partner-branded endpoint) without changing the site-wide palette — see HOOKS.md for the shortcode attributes and the equivalent PHP filter.

Sign In / Register

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