توضیحات
فلامینگو یک افزونه ذخیرهسازی پیام میباشد که به صورت اختصاصی برای افزونه فرم تماس 7 ساخته شده برای اینکه پیام های ارسال شده را ذخیره نمیکند.
After activation of the plugin, you’ll find فلامینگو 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.
برای کسب اطلاعات بیشتر، لطفا به صفحه مستندات فرم تماس 7 مراجعه کنید.
اطلاعیه های حریم خصوصی
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/
بارگذاری کنید. - افزونه را از طریق منو “افزونهها” در پیشخوان وردپرس فعال کنید.
نقد و بررسیها
توسعه دهندگان و همکاران
“فلامینگو” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“فلامینگو” به 43 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمکهایشان.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
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.