Jake Vanderwerf
2026-02-10 0c268f3b56604367ca5dfe887d07774cdbe553e5
inc/meta/Storage.php
@@ -103,7 +103,6 @@
   protected function getTaxonomyField(Item $item, array $config): string
   {
      $taxonomy = jvbCheckBase($config['taxonomy']);
      error_log('Getting taxonomy field for taxonomy: '.print_r($taxonomy, true));
      $terms = wp_get_object_terms($item->id, $taxonomy, ['fields' => 'ids']);
      if (is_wp_error($terms) || empty($terms)) {