inc/meta/MetaManager.php
@@ -815,9 +815,7 @@ return ''; } $out = apply_filters('jvbMetaTypeTemplate', $out, $type); return $out; return apply_filters('jvbMetaTypeTemplate', $out, $type); } public function getDefaultValue(string $type):mixed { @@ -1083,6 +1081,9 @@ wp_update_term($this->object_id, $this->data->taxonomy, $setFields); break; } } elseif ($this->object_type === 'post' && !empty($this->object_id)) { //Update the 'post modified' date with meta updates, for filtering wp_update_post(['ID' => $this->object_id]); } } catch (Exception $e) {