Call to undefined method DateTime::setTimestamp()
-
Please fix code in wp-ds-faq.php on line 1285:
if (version_compare(PHP_VERSION, '5.3.0') < 0){ $dt = new DateTime("@".(strtotime($date) + 3600 * ($timezone_offset + date('I',$date)))); }else{ $dt->setTimestamp(strtotime($date) + 3600 * ($timezone_offset + date('I',$date))); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Call to undefined method DateTime::setTimestamp()’ is closed to new replies.