inc/meta/MetaManager.php
@@ -1081,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) {