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)) {