Flamingo

설명

Flamingo is a message storage plugin originally created for Contact Form 7, which doesn’t store submitted messages.

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.

For more detailed information, please refer to the Contact Form 7 documentation page.

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.

설치

  1. Upload the entire flamingo folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

후기

2024년 11월 8일
This is a great tool, especially with its integration into the Contact Form 7 plugin. However, there’s a minor bug when exporting non-Latin characters, such as Persian. It seems the encoding is set to Western by default. Switching to UTF-8 encoding should resolve the issue. Thanks!
2023년 6월 2일
Sending contact forms takes usually 3s.With Flamingo active and 30k records in db the time is much greater, repeatable 15s which is unacceptable.
2023년 2월 3일
Ни какого нормального функционала, все неудобно и примитивно! Никогда и никому не советую его использовать, есть нормальные варианты. Одна ценность – связь с Akismet.
2022년 6월 13일
In my last company we are using this plugin on more then 200 of sites and it is working fine.
모든 117 평가 읽기

기여자 & 개발자

“Flamingo”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Flamingo”(이)가 43 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Flamingo”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.5

  • Bumps up the minimum required WordPress version to 6.4.
  • Uses wp_json_encode() instead of json_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.