Jake Vanderwerf
2026-01-22 58e8ae0759ccfa97c478ccae4e0778bdce70966f
inc/managers/SEOMetaManager.php
@@ -287,8 +287,7 @@
        $title_format = "{$title} | {$city}'s Best {$artist_type}";
        $title = strtok($title, ' ');
        $title_format = (strlen($title_format) <= $this->character_limits['title']) ? $title_format : "{$title} | {$city}'s Best {$artist_type}";
        return $title_format;
      return (strlen($title_format) <= $this->character_limits['title']) ? $title_format : "{$title} | {$city}'s Best {$artist_type}";
    }
    /**