AI Summary Generator creates human-readable summaries for every WordPress post by calling the OpenAI Responses API (model
gpt-4.1-mini). Summaries are stored in the
fastaill_ai_summary meta key, displayed above the post content, and can be regenerated from the editor. The plugin adheres to WordPress Coding Standards, includes detailed logging, and exposes toggles for every automated action.
Key features
- Automatic summary generation on publish/update (configurable).
- Manual "Regenerate Summary" button in both Classic and Gutenberg editors.
- Frontend output injected via
the_content inside <div class="fastaill-summary">.
- Dedicated Settings page under
Settings > AI Summary Generator with options for API key, summary length, toggles, and uninstall behavior.
- Live "Test API Connection" button performs a real OpenAI
/v1/responses request to confirm connectivity.
- AJAX endpoints protected by nonces and capability checks.
- Optional admin notices for success/failure with dismissible UI.