

Plugin homepage showing the tooltip explanation in action on a live site
Every day, visitors hit a word or concept they don’t understand and leave your site to search for it. They get distracted. They don’t come back.
Codevera AI Content Explainer keeps them on the page.
Highlight any text. Press explain. GPT-4.1 returns a clear, intelligent answer right there in a tooltip. No new tab. No Google. No lost reader.
How it works:
Free:
A separate pro plugin is also available
For sites that need more than the free version, a separate Codevera AI Content Explainer Pro plugin is distributed from https://wpaiexplainer.com/pro. The pro plugin is a separate download (it is not unlocked inside this free plugin) and adds:
Works well for:
Under the hood:
This plugin sends user-selected text to OpenAI to generate the explanation. No other external services are contacted by the plugin. No telemetry, no analytics, no licence checks.
OpenAI (api.openai.com)
API keys are encrypted with WordPress salts and never exposed to the browser. Nothing is stored after the request completes.
By using this plugin you agree to comply with OpenAI’s terms. You should let your visitors know that selected text is processed by an external AI service.
If you install the separately distributed pro plugin from https://wpaiexplainer.com/pro, additional providers (Anthropic Claude and Google Gemini) become available. Those services are documented inside the pro plugin and are not called by this free plugin.
Email [email protected] for support, bug reports, or feature requests. Include your WordPress version, PHP version, theme name, active provider, and a description of the issue with steps to reproduce.
Documentation is in the Help tab inside the plugin settings.
We reply within 24-48 hours on business days.
Minimum:
* WordPress 5.0
* PHP 7.4
* OpenAI API key
* JavaScript enabled in the browser
Recommended:
* WordPress 6.0 or higher
* PHP 8.0 or higher
* HTTPS enabled
The plugin does not collect or store personal data. The only external request is the selected text sent to your chosen AI provider.
API keys are encrypted with WordPress salts, stored in the database, and never sent to the browser. Only administrators can view or change them.
No cookies. No analytics. No telemetry. AJAX requests use nonces and capability checks.
The plugin dispatches three custom events on document:
codeveraAIExpPopupOnOpen — tooltip openedcodeveraAIExpPopupOnClose — tooltip closedcodeveraAIExpExplanationLoaded — explanation rendered
javascript
document.addEventListener('codeveraAIExpExplanationLoaded', function(event) {
console.log('Explanation loaded:', event.detail);
});
For hook and filter documentation, email [email protected].