Jake Vanderwerf
2026-01-01 8d0e2130627497b55b1a61cbe374bfb309ef2f27
inc/forms/PostSelector.php
@@ -23,7 +23,7 @@
   public function __construct(string $post_type, array $config = [])
   {
      $this->post_type = $post_type;
      $this->cache = new CacheManager('posts');
      $this->cache = CacheManager::for(jvbNoBase($post_type), WEEK_IN_SECONDS);
      $this->config = wp_parse_args($config, [
         'multiple' => true,