描述
Flamingo是最初为Contact Form 7创建的消息存储插件,不存储提交的邮件。
After activation of the plugin, you’ll find Flamingo on the WordPress admin screen menu. All messages through contact forms are listed there and are searchable. With Flamingo, you no longer need to worry about losing important messages due to mail server issues or misconfiguration in mail setup.
更详细的信息,请参阅Contact Form 7文档页。
Privacy Notices
This plugin stores submission data collected through contact forms, which may include the submitters’ personal information, in the database on the server that hosts the website.
安装
- 上传整个
flamingo
文件夹到/wp-content/plugins/
目录。 - 通过WordPress的“插件”菜单激活插件。
评价
贡献者及开发者
更新日志
2.5
- Bumps up the minimum required WordPress version to 6.4.
- Uses
wp_json_encode()
instead ofjson_encode()
. - Uses
get_views_links()
. - Uses null coalescing operators.
2.4
- Bumps up the minimum required WordPress version to 6.1.
- Bumps up the minimum required PHP version to 7.4.
- Removes unused Outbound Messages codes.
- Introduces
Flamingo_CSV
classes for fully customizable CSV generation. - New filter hook:
flamingo_contact_csv_class
- New filter hook:
flamingo_inbound_csv_class
- Uses
admin_init
for cron job scheduling.