| @@ -345,9 +345,9 @@ | ||
| 345 | 345 | } |
| 346 | 346 | |
| 347 | 347 | protected function render(): void |
| 348 | 348 | { |
| 349 | - $settings = $this->get_settings(); | |
| 349 | + $settings = Core::displaySettings($this); | |
| 350 | 350 | $this_ID = $this->get_id(); |
| 351 | 351 | |
| 352 | 352 | // Define allowed tags and attributes |
| 353 | 353 | $allowed_tags = wp_kses_allowed_html('post'); |