We won again!

Great victory for the People - Tax Cut!

Home Forums Inside This WordPress Site Function get_date_from_gmt() returns GMT time, if called from bbPress page Re: Function get_date_from_gmt() returns GMT time, if called from bbPress page

#2356

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /var/www/DWCTEST/wp-includes/functions.php on line 6131

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /var/www/DWCTEST/wp-includes/functions.php on line 6131
Udar Gromov
Keymaster

Problem solved using free NetBeans IDE 6.9.1 with Xdebug 2.1.0. Thank you!

All I had to do was to add one line of code to ‘bbpressmy-templatesMYfunctions.php’ file:

‘add_filter( ‘pre_option_gmt_offset’,’wp_timezone_override_offset’ );’