外掛說明
Force Regenerate Thumbnails 能讓網站管理員刪除現有全部圖片縮圖,並為網站上的圖片強制重新產生新的縮圖。
從 [工具] 管理選單重新產生全部縮圖。進入 [媒體庫] 的清單檢視模式可進行批次重新產生縮圖,在清單檢視中選取要重新產生縮圖的圖片,然後在 [批次操作] 下拉式選單中點擊 [強制重新產生縮圖]。如需為個別圖片重新產生縮圖,請點擊圖片清單縮圖下方的 [強制重新產生縮圖]。
這個外掛提供多個可供進階用途的篩選器。如需進一步了解,請參考這份程式碼片段。
安裝方式
- 前往網站管理後台,然後在 [外掛] 選單中點擊 [安裝外掛]。
- 以「Force Regenerate Thumbnails」為關鍵字進行搜尋。
- 點擊 [安裝]。
- 點擊 [啟用外掛]。
- 請前往 [工具]→[強制產生縮圖] 重新產生縮圖,或在 [媒體庫] 的清單檢視中選取指定圖片重新產生縮圖。
使用者評論
參與者及開發者
變更記錄
2.1.2
- changed: improved i18n for page headings and menu entries, props @alexclassroom
2.1.1
- fixed: invalid trailing comma syntax in PHP 7.2
2.1.0
- added: PHP 8.0 compatibility
- added: support generating thumbnails from original (pre-scaled), on by default
- added: support for PDF thumbnail generation
- added: ability to skip an image by regenerate_thumbs_skip_image filter
- changed: escape all output, sanitize all input
- changed: ensure all strings are i18n
- changed: remove HTML from i18n strings
- changed: improve path lookup function
- fixed: call to set_time_limit() when it is not allowed
2.0.6
- Add PHP7 compatibility
2.0.5
- No timeout limit
2.0.4
- Fix issue when “opendir()” return FALSE (thanks Krody Robert)
2.0.3
- Add debug information on regenerate
- Fix issue with update “_wp_attachment_metadata” and “_wp_attached_file” on windows
2.0.2
- New style for results (thanks @justonarnar)
- Automatic update “_wp_attachment_metadata” and “_wp_attached_file” (thanks @norecipes)
2.0.1
- Fix issue with get_option(‘upload_path’) in WordPress 3.5+ (thanks @DavidLingren)
2.0.0
- Fix error handle
Earlier versions
Please refer to the separate changelog.txt file.