From 1c6335476afb5712a8cfca83b855172ebeba6d82 Mon Sep 17 00:00:00 2001 From: rmens Date: Sat, 2 Nov 2024 16:21:54 +0100 Subject: [PATCH] Linter AGAIN --- lib/teksttv.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/teksttv.php b/lib/teksttv.php index d04eeec..a542cc8 100644 --- a/lib/teksttv.php +++ b/lib/teksttv.php @@ -15,7 +15,7 @@ class TekstTVAPI { private static $instance = null; - + private $wp_timezone; private const SLIDE_DURATIONS = [ @@ -221,7 +221,7 @@ private function get_article_slides($block) private function get_primary_category_image($post_id) { $primary_term_id = get_post_meta($post_id, '_yoast_wpseo_primary_category', true); - + if ($primary_term_id) { $term_image = get_field('teksttv_categorie_afbeelding', 'category_' . $primary_term_id); if (!empty($term_image['url'])) { @@ -443,4 +443,4 @@ private function get_debug_info() // Initialiseer de plugin add_action('init', function () { TekstTVAPI::get_instance(); -}); \ No newline at end of file +});