wordpress发布时间显示为8小时前的3种解决办法汇总

我们在发布内容的时候都会提前8小时,那怎么解决呢?有如下解决办法: 方法一:修改 WordPress 源文件 在 wp-includes\\functions.php 文件里查找下面代码 function current_time( $type, $gmt = 0 ) { switch ( $type ) { case ‘mysql’: return ( $gmt ) ? gmdate( ‘Y-m-
wordpress发布时间显示为8小时前的3种解决办法汇总