Presswell Alt Text Generator helps teams reduce accessibility backlog by generating descriptive alt text for new and existing images. Connect a provider, choose a model, and run generation workflows directly inside wp-admin.
Features
Media Library Tools
Inline actions let you generate or regenerate alt text directly from each image row. When an image has no alt text, the column displays a “Generate Alt Text” link that triggers the AJAX workflow and replaces itself with the result.
Bulk Generator
The Bulk page counts images missing alt text, allows regeneration preferences, and runs batches while surfacing progress, failures, and rate-limit pauses.
Filters
pwatg_available_services — Modify the available AI providerspwatg_available_models — Modify the available models for each providerpwatg_provider_registry — Map provider slugs to custom service classesWP-CLI
If WP-CLI is available, you can run single-image generation, bulk generation, and missing-alt counts from the command line:
wp pwatg generate <attachment-id>wp pwatg bulk-generatewp pwatg count-missingwp pwatg network-bulk-generateOptional CLI flags:
wp pwatg generate <attachment-id> --forcewp pwatg bulk-generate --forcewp pwatg bulk-generate --limit=<int>wp pwatg bulk-generate --missing-onlywp pwatg network-bulk-generate --forcewp pwatg network-bulk-generate --limit=<int>wp pwatg network-bulk-generate --missing-onlywp pwatg network-bulk-generate --sites=<id,id,...>This plugin sends image-derived payloads to the AI provider you choose when generating alt text (OpenAI, Anthropic, or Google Gemini). API keys are stored in WordPress options on your site and used only for outbound provider requests initiated by your server.
This plugin connects to external AI services only when you use alt text generation features or test provider connectivity. Only the provider selected in plugin settings is contacted for a given request. This plugin sends the follow data: