private-messages-for-wordpress

Περιγραφή

Αυτό το πρόσθετο έχει κλείσει από τις 20 Μαΐου 2022 και δεν είναι διαθέσιμο για λήψη. Αιτία: Πρόβλημα ασφαλείας.

Κριτικές

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” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές