Wrong time()
-
I just tried your plugin and notice you are using the php time() function instead of wordpress current_time() function.
It’s important to change this as the Timezone is set into wordpress’ settings and the time() function will return the central time.
using current_time(‘timestamp’) instead of time() will fix this bug.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrong time()’ is closed to new replies.