內容簡介
產生縮圖外掛
使用非同步處理方式,從所有圖片中產生縮圖。
使用非同步處理方式,從選擇的圖片中產生縮圖。
如果您是管理員,它將會為所有圖片產生縮圖;否則它將會為各個使用者所擁有的圖片產生縮圖。
以下外掛新增了縮圖產生功能:
選擇縮圖以及停用功能。 停用縮圖生成外掛
指定縮圖生成比例。 縮圖比例尺寸外掛
外掛標籤
開發者團隊
原文外掛簡介
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).
