外掛說明
Flamingo 是專為 Contact Form 7 設計的電子郵件儲存外掛,因為 Contact Form 7 並不會儲存任何已傳送的電子郵件。
啟用外掛後,在 WordPress 管理後台選單中便會出現 [Flamingo] 選單項目,由 Contact Form 7 聯絡表單產生的電子郵件均條列於此,並且提供搜尋功能。有了 Flamingo,網站管理員不再需要擔心會因電子郵件伺服器問題或電子郵件設定組態錯誤,而遺漏任何重要電子郵件。
如需進一步了解相關資訊,請參閱 Contact Form 7 線上說明。
隱私權注意事項
這個外掛透過 (可能) 包含填表者個人資訊的聯絡表單,收集表單傳送的資料並儲存於網站主機的資料庫中。
安裝方式
- 將完整的
flamingo
資料夾上傳至網站的wp-content/plugins/
目錄中。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
使用者評論
參與者及開發者
變更記錄
2.3
- Sets status to previous when restoring data.
2.2.3
- Fixed: Cron jobs clean-up on plugin deactivation was failing to work.
2.2.2
- Address Book: Hides the Filter button if there is no working filter.
2.2.1
- Outputs a local date/time in a CSV export file.
- Removes
load_plugin_textdomain()
calls. - Removes a reference to
$_wp_last_object_menu
. - Removes the
set-screen-option
filter. - Inherits
post_status
from the previous admin page. - Avoids using
wp_date()
for MySQL DATETIME values. - Has been tested with WordPress 5.6.
2.2
- Sets the
post_date
of an inbound message based on the submission timestamp. - Allows users to search and filter messages within the Spam subgroup.
- Changes the visibility of the
$found_items
property to private and introduces thecount()
method as an alternative. - Changes the visibility of the
$id
property to private and introduces theid()
method as an alternative. - Introduces the submission result in the inbound message viewer screen.
- Stores the
posted_data_hash
value for search.