Skildring
Dette programtillegget vart stengt ned 20. mai 2022, og kan ikkje lastast ned. Grunn: Tryggleiksgrunn.
Omtalar
3. september 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.
Bidragsytarar og utviklarar
“Private Messages For WordPress” is open source software. The following people have contributed to this plugin.
ContributorsOmset “Private Messages For WordPress” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.