| @@ -1154,9 +1154,9 @@ | ||
| 1154 | 1154 | } |
| 1155 | 1155 | |
| 1156 | 1156 | protected function render() |
| 1157 | 1157 | { |
| 1158 | - $settings = $this->get_settings(); | |
| 1158 | + $settings = Core::displaySettings($this); | |
| 1159 | 1159 | echo '<div class="' . esc_attr($this->get_countdown_class($settings)) . '"' |
| 1160 | 1160 | . $this->get_countdown_attributes($settings) . '>'; |
| 1161 | 1161 | $this->render_countdown_items($settings); |
| 1162 | 1162 | echo '</div>'; |