Raptor Content Refiner adds a manual “Refine Content” button to both the Gutenberg block editor and the Classic Editor. When you click it, the plugin sends your content to an AI service that restructures it into a clean, SEO-friendly, and easy-to-read format.
What it does:
Key features:
This plugin connects to third-party AI services to process and restructure your content. No data is sent automatically. External API calls are made only when you manually click the “Refine Content” button.
Data transmitted: Only the HTML content of the post you are editing is sent to the AI service. No personal data, metadata, or site information is transmitted.
Depending on your configuration, the plugin may connect to one of the following services:
On WordPress 7.0+, the plugin uses the built-in WordPress AI Client and Connectors API. The specific AI service used depends on which connector the site administrator has configured in Settings > Connectors.
This plugin’s JavaScript is bundled with @wordpress/scripts (webpack-based). The human-readable source files are included in the src/ directory inside the deployed plugin, and package.json documents the build tool and its dependencies.
To rebuild the assets from source:
npm installnpm run buildThis regenerates build/index.js, build/index.asset.php, build/style-index.css, and build/style-index-rtl.css from the files in src/.
The Classic Editor JavaScript (assets/classic-editor.js) and CSS (assets/classic-editor.css) are not bundled and are loaded directly — no build step is required for those files.