Description
This plugin has been closed as of 20 Mei 2022 and is not available for download. Reason: Isu Keselamatan.
Reviews
3 September 2016
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.
Contributors & Developers
“Private Messages For WordPress” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.
PenyumbangTranslate “Private Messages For WordPress” into your language.
Berminat dalam pembangunan?
Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.