private-messages-for-wordpress

描述

This plugin has been closed as of 2022年5月20日 and is not available for download. 原因:安全性問題。

評價

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 訂閱開發記錄