add user connection

This commit is contained in:
Matthias Pfefferle 2023-06-15 11:48:43 +02:00
parent fc0fc295bb
commit 9036b644d1

View file

@ -83,7 +83,7 @@ class Migration {
$follower->upsert();
$result = wp_set_object_terms( $user_id, $follower->get_actor(), Followers::TAXONOMY, true );
add_post_meta( $follower->get_id(), 'user_id', $user_id );
}
}
}