You are here: Home
Support site for Tips and Tricks HQ premium products
FEATURE REQUEST
I would request that you provide a plugin setting that allows us to set the timezone to be the same as what our WordPress installation is set to (“Settings > General > Timezone.”) Similar to what you provide in the affiliate addon: https://support.tipsandtricks-hq.com/forums/topic/the-time-and-date-of-my-affiliate-reports-seem-to-be-off#post-16481
QUESTION
Nonetheless, please tell us, in the file, “wp-eMember1.php”, WHERE do you suggest we place the function call, “date_default_timezone_set(‘America/New_York’);”?
I will try just placing it at the top of the file, under <?php of course.
( Note: I’m assuming it is a function call, yet I cannot find its function definition in any of the wp-eMember plugin files – Oh, it’s a core wordpress function:
https://core.trac.wordpress.org/ticket/11672
https://core.trac.wordpress.org/ticket/11665 )
FEATURE REQUEST
When viewing the member list, please also add the TIME, not just the date, to the status column of when a user logged in. Is there another place we can look that up in wp-eMember (I don’t believe the server logs tell us if they were logged in, only that they visited the page?)