Jake Vanderwerf
2026-02-10 8fc64daf7e18234717cac6c2736cb860e8ea8b97
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)) {