3ответ(ов) в теме
Добрый день.
Откройте файл /wp-content/plugins/events-and-places/class-evpl-shedule.php, на строке 171 будет
if ( isset( $this->shedule[$dateString] ) ) $event_ids = array_unique( $this->shedule[$dateString] );
приведите к такому виду
if ( isset( $this->shedule[$dateString] ) && is_array( $this->shedule[$dateString] ) ) $event_ids = array_unique( $this->shedule[$dateString] );
должно сработать, также пока советую отключить режим дебага на сайте
Тема закрыта. Публикация новых сообщений запрещена.