diff --git a/includes/model/class-follower.php b/includes/model/class-follower.php index 694489d..3a15690 100644 --- a/includes/model/class-follower.php +++ b/includes/model/class-follower.php @@ -265,6 +265,7 @@ class Follower { ) ); + $this->updated_at = \strtotime( 'now' ); $this->update_term_meta(); }