Thomas Lipscomb
asked 10 years ago

$dwpb_enable = dwpb_get_option(‘dwpb_enable’);
$dwpb_start = strtotime(dwpb_get_option(‘dwpb_start’));
$dwpb_end = strtotime(dwpb_get_option(‘dwpb_end’));
$dwpb_timezone = strtotime(date_i18n(‘Y-m-d G:i:s’));
if ( ( $dwpb_start < $dwpb_timezone && ( $dwpb_timezone < $dwpb_end || $dwpb_end == ” ) ) && $dwpb_enable == ‘yes’ ) {

1 Answers
Wilfred
answered 10 years ago

Hi Thomas,
Currently, our DW Promobar plugin doesn’t support the custom timezone, an it will require a lot of work in development.

Powered by DW Question & Answer Pro