Reply To: How to automatically send messages to newly registered users?


Home Forums Front End PM PRO How to automatically send messages to newly registered users? Reply To: How to automatically send messages to newly registered users?

#10439
laowei
Participant

Line 726 in the plug-in file functions.php
$time = strtotime( $post->post_date_gmt );
change into
$time = strtotime( $m_time );
Will normally show the local time. Otherwise, no matter the time zone to change the country, will be subject to the United States time!

So, when users in other countries use 8 hours more, it is a flaw?