private-messages-for-wordpress

Descrizione

Questo plugin è stato chiuso il 20 Maggio 2022 e non è più disponibile per il download. Motivazione: Problema di sicurezza.

Recensioni

3 Settembre 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.
Leggi tutte le recensioni di 11

Contributi e sviluppo

“Private Messages For WordPress” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori