add user connection
This commit is contained in:
parent
fc0fc295bb
commit
9036b644d1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Migration {
|
||||||
|
|
||||||
$follower->upsert();
|
$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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue