內容簡介
Bulk Generate Thumbnails 外掛可協助用戶批量生成圖片縮圖,透過非同步處理提高效率。管理員可為所有圖片生成縮圖,而一般用戶則僅能為自己擁有的圖片生成。
【主要功能】
• 批量生成所有圖片的縮圖
• 支援選擇特定圖片生成縮圖
• 管理員可生成所有用戶的縮圖
• 可禁用縮圖生成功能
• 自訂縮圖生成比例
• 提供 WP-CLI 指令操作
外掛標籤
開發者團隊
原文外掛簡介
Generate Thumbnails
Generate Thumbnails from all the images by asynchronous processing.
Generate Thumbnails from select the images by asynchronous processing.
If you are an administrator, it will generate thumbnails for all images, otherwise it will generate thumbnails for the images owned by each user.
The following plugin adds a function for generating thumbnails.
Select the thumbnails and functions to disable it. Disable Generate Thumbnails
Specify the ratio of thumbnails generation. Ratio Thumbnails Size
WP-CLI
WP-CLI commands are available.
* wp bgth_cli mail -> Send results via email.
* wp bgth_cli nomail -> Do not send results by email.
* wp bgth_cli mail --uid=13 -> Process only specified User ID(13).
* wp bgth_cli mail --pid=12152 -> Process only specified Post ID(12152).
