private-messages-for-wordpress

ਵੇਰਵਾ

This plugin has been closed as of 20 ਮਈ 2022 and is not available for download. ਕਾਰਨ: ਸੁਰੱਖਿਆ ਦੇ ਮਸਲੇ।

ਸਮੀਖਿਆਵਾਂ

3 ਸਤੰਬਰ 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.
Read all 11 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Private Messages For WordPress” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Private Messages For WordPress” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.