FAQ
Quick answers to the questions that come up most. If something is not covered here, the rest of the docs go deeper, or you can reach out through support.
Is Nahnu Code and API Block really free?#
Yes. The plugin is free, with no paid tier, no license key, and no feature gate. It is built and maintained by Nahnu Plugins as an addon to WP Super Docs, but it works fully on its own too.
Do I need WP Super Docs to use this plugin?#
No. Nahnu Code and API Block works as a standalone block editor plugin on any WordPress site. If you also run WP Super Docs, the two connect together for OpenAPI-driven documentation, but that pairing is optional, not a requirement.
What does the plugin actually do, in one paragraph?#
It adds a set of Gutenberg blocks for showing code samples and API reference material on a page: a syntax-highlighted code block, and blocks for documenting an endpoint, its parameters, its request and response, and the response body. You place them in the editor like any other block, or generate them from an OpenAPI spec when paired with WP Super Docs.
Does the plugin track me or send my data anywhere?#
No. The plugin itself has zero tracking, analytics, or outbound data collection built in. Anything it renders comes from content you enter in the editor or from an OpenAPI spec you point it at; nothing is sent to Nahnu Plugins or any third party as part of normal use. See the Privacy Policy for full details on this site’s own (separate) practices, such as support email handling.
Will this slow down my site?#
The blocks only load their assets on pages where they are actually used, so pages without them are unaffected. On pages that do use them, the footprint is limited to the styling and syntax highlighting the blocks need to render, nothing more.
What if the plugin breaks something on my site?#
Always keep a current backup before installing or updating any plugin, including this one. We stand behind the plugin and want to know if something goes wrong, but we cannot take responsibility for issues on your specific site. Full terms are in the Disclaimers page. If you do run into trouble, contact support and we will help however we can.
How do I get support or report a bug?#
Reach out through the support page. That’s the fastest way to get help, report a bug, or ask a question we haven’t covered in the docs.
Where can I learn more?#
Start with Installation & Requirements if you’re setting the plugin up, or Quick Start if you’re ready to add your first block. Using with vs. without WP Super Docs covers the two ways to run it, and the Blocks section documents each block in detail.