Jake Vanderwerf
2025-11-04 42fa8304ddb811b0f725f245130f70c0f5e86a6c
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,