private-messages-for-wordpress

外掛說明

這個外掛已於 2022 年 5 月 20 日關閉,且不提供下載。 原因: 安全性問題

使用者評論

2016 年 9 月 3 日
Wasn't getting email notifications when a message was sent to inbox. Found in send-page.php (plugins/pm4wp/inc/send-page.php) the following code... $recipient_email = $wpdb->get_var( "SELECT user_email from $wpdb->users WHERE display_name = '$rec'" ); ...on line 120 needed to be changed with... $recipient_email = $wpdb->get_var( "SELECT user_email from $wpdb->users WHERE user_login = '$rec'" ); ...as it was trying to pull with username, not display name. Hope this helps anyone running into the same issue.
閱讀全部 11 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Private Messages For WordPress〉的開發相關工作。

參與者

將〈Private Messages For WordPress〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄