外掛說明
這個外掛已於 2025 年 1 月 29 日關閉,且不提供下載。 原因: 安全性問題
使用者評論
2018 年 2 月 5 日
I have been using this plugin for some time, but it is no longer maintained.
If someone wants to continue using this plugin with new versions of wordpress and any form, you will need to make a small change.
– Edit Easy Contact Plugin
– Edit easy-contact/econtact.php
– Change mail( $to, $subject, $message, $headers); by wp_mail( $to, $subject, $message, $headers);
This uses a more standard function that is usually used by the form plugins.