I’ve set the option to WordPress but there is no prompt to log-in… I can vote multiple times
Hi Greg,
Good to see that you resolved above issues.
I’m having a similar one.
I’m using WP 4.6 and WPAdverts 1.0.9
It still doesn’t send email to new registrants.
In this thread you suggested this edit in the functions.php-
wp_new_user_notification( $user_id, null, “both”);
But the current line is
do_action( “adverts_new_user_notification”, $user_id, null, “both”, $password );
What should I do?
Thanks in advance