Forum Side: How to Display Something for 24 Hours
-
In bbpress I was able to display a code string for 24 hours with this snippet:
<?php if ( (current_time(‘timestamp’) – 24*60*60) < strtotime($topic->topic_start_time) ) : ?>
It does not work on BP/Bbpress. How should this be done here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.