Description
Flamingo ist ein Plugin zum Abspeichern von Nachrichten. Ursprünglich wurde es erstellt für Contact Form 7 (das die übertragenen Nachrichten nicht speichert).
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.
Für detailliertere Informationen besuchen Sie bitte die Dokumentations-Seite für Contact Form 7.
Datenschutzhinweise
Dieses Plugin speichert die Daten, die durch Contact Form 7 abgefragt und übertragen wurden (unter Umständen inklusive persönlicher Daten des Absenders), in der Datenbank auf dem Webserver des Hosters.
Installation
- Laden Sie den kompletten Ordner
flamingo
in das Verzeichnis/wp-content/plugins/
. - Aktivieren Sie das Plugin im «Plugins»-Menu in WordPress.
Reviews
Contributors & Developers
“Flamingo” is open source software. The following people have contributed to this plugin.
Contributors“Flamingo” has been translated into 44 locales. Thank you to the translators for their contributions.
Translate “Flamingo” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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.