← All changes
|
includes/widgets/Content_Flip_Box/Content_Flip_Box.php
+1
-1
51.1.35
→
51.1.83
View file →
| @@ -1684,9 +1684,9 @@ | ||
| 1684 | 1684 | } |
| 1685 | 1685 | |
| 1686 | 1686 | protected function render(): void |
| 1687 | 1687 | { |
| 1688 | - $settings = $this->get_settings(); | |
| 1688 | + $settings = Core::displaySettings($this); | |
| 1689 | 1689 | $id = $this->get_id(); |
| 1690 | 1690 | |
| 1691 | 1691 | $front_image_src = Group_Control_Image_Size::get_attachment_image_src($settings['king_addons_content_flip_box_front_image']['id'], 'king_addons_content_flip_box_front_image_size', $settings); |
| 1692 | 1692 | if (!$front_image_src) { |