【WP】WordPress時間発火コード
時たま使うのでメモ。
2019年06月25日 10:53からpタグが表示されます。
<?php $startTime = new DateTime('2019-06-25 10:53', new DateTimeZone(get_option('timezone_string')));
if (new DateTime >= $startTime): ?>
<p>表示される内容</p>
<?php endif; ?>
時たま使うのでメモ。
2019年06月25日 10:53からpタグが表示されます。
<?php $startTime = new DateTime('2019-06-25 10:53', new DateTimeZone(get_option('timezone_string')));
if (new DateTime >= $startTime): ?>
<p>表示される内容</p>
<?php endif; ?>