From 64028d527b5d13fe76bd0dacdea4ca8eb146ac1a Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 11 Feb 2026 00:37:56 +0000
Subject: [PATCH] =Upload mapping when creating a new post with the create modal
---
inc/meta/Storage.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/inc/meta/Storage.php b/inc/meta/Storage.php
index a3925d8..df1089c 100644
--- a/inc/meta/Storage.php
+++ b/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)) {
--
Gitblit v1.10.0