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.
सबै 11 समीक्षाहरू पढ्नुहोस्

योगदानकर्ता र डेभलपरहरू

“Private Messages For WordPress” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू