Linux 软件免费装
Banner图

Presswell Alt Text Generator

开发者 presswell
benplum
更新时间 2026年4月30日 03:54
PHP版本: 6.1 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

media library accessibility ai alt text image seo

下载

1.0.0

详情介绍:

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. Documentation Filters WP-CLI If WP-CLI is available, you can run single-image generation, bulk generation, and missing-alt counts from the command line: Optional CLI flags:

安装:

Install via the WordPress plugin installer, or manually upload the plugin directory to wp-content/plugins/. Configuration
  1. Activate the plugin.
  2. Visit Settings -> Alt Text Generator to enter your API key and choose a model.
  3. (Optional) Enable auto-generate-on-upload if you want every new image to receive alt text automatically.
  4. Use the Bulk tool under Media -> Alt Text Bulk Generator or inline Media Library actions.

屏幕截图:

  • Bulk generator queue with progress and retry status.
  • Alt text generation controls on media edit screen.
  • Alt text generation controls in media modal.

常见问题:

Which providers are supported?

OpenAI (GPT-4.1, GPT-4o), Anthropic Claude (3.5 Haiku/Sonnet, 3 Opus), and Google Gemini (2.0 Flash, 1.5 Flash/Pro). You can extend the provider registry to add more.

Where are API keys stored?

Keys are stored in the site options table. They are used only when calling the selected provider from your server.

Can I regenerate specific images without affecting others?

Yes. Use the inline "Regenerate Alt Text" link in the Media Library or media modal to update a single attachment without affecting the rest of the queue, or run wp pwatg generate <attachment-id> --force.

Can I run generation from WP-CLI?

Yes. Use wp pwatg generate <attachment-id> for one image, wp pwatg bulk-generate for a batch run, and wp pwatg count-missing to check remaining backlog.

Can I run bulk generation network-wide on Multisite?

Yes. Use wp pwatg network-bulk-generate to process all sites in the network, or pass --sites=<id,id,...> to target specific site IDs.

How does rate limiting work?

If a provider responds with a retry-after header, the plugin sets a transient lock and pauses both single and bulk runs until the cooldown expires.

更新日志:

1.0.0