Jake Vanderwerf
2026-01-11 474109a5df0a06f5343ab184838fe2d80e3872a8
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];