ཞིབ་བརྗོད།
This plugin has been closed as of 2022 ལོའི་ཟླ 5 ཚེས 20 ཉིན། and is not available for download. རྒྱུ་རྐྱེན: Security Issue.
གདེང་འཇོག
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.
བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།
“Private Messages For WordPress” is open source software. The following people have contributed to this plugin.
བྱས་རྗེས་འཇོག་མཁན།ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “Private Messages For WordPress” ཡིག་སྒྱུར་བྱོས།
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.