Внимание: неопределенный ключ массива «hotspot_offset_x» в/var/www/vhosts/happy-anders.nl/httpdocs/wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php
онлайн 1012
Внимание: попытка получить доступ к смещению массива по нулевому значению в
/var/www/vhosts/happy-anders.nl/httpdocs/wp-content/plugins/elementor-pro/modules/hotspot/widgets/ hotspot.php
в строке 1012
Предупреждение: неопределенный ключ массива «hotspot_offset_y» в
/var/www/vhosts/happy-anders.nl/httpdocs/wp -content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php
в строке 1013
Предупреждение: попытка получить доступ к смещению массива по нулевому значению в
/var/www/vhosts/happy-anders.nl/httpdocs/wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php
онлайн 1013`
Код: Выделить всё
// Hotspot
foreach ( $settings['hotspot'] as $key => $hotspot ) :
$is_circle = ! $hotspot['hotspot_label'] && ! $hotspot['hotspot_icon']['value'];
$is_only_icon = ! $hotspot['hotspot_label'] && $hotspot['hotspot_icon']['value'];
$hotspot_position_x = '%' === $hotspot['hotspot_offset_x']['unit'] ? 'e-**line 1012** hotspot--position-' . $hotspot['hotspot_horizontal'] : '';
$hotspot_position_y = '%' === $hotspot['hotspot_offset_y']['unit'] ? 'e-**line 1013** hotspot--position-' . $hotspot['hotspot_vertical'] : '';
$is_hotspot_link = ! empty( $hotspot['hotspot_link']['url'] );
$hotspot_element_tag = $is_hotspot_link ? 'a' : 'div';
Подробнее здесь: https://stackoverflow.com/questions/783 ... -array-key