Jake Vanderwerf
2026-01-04 d38d825e3484d822ea3c1f0fb1df37ecf386b18a
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];