Jake Vanderwerf
2026-01-19 0113d2e9c9ff34a6ffb10707cc76d34b67a0c367
inc/utility/Features.php
@@ -752,6 +752,7 @@
   public static function getConfig(string $slug, ?string $type = null): array
   {
      $slug = jvbNoBase($slug);
      $all = ['post', 'content', 'taxonomy', 'user'];
      $types = (!$type || !in_array($type, $all)) ? $all : [$type];