oops
This commit is contained in:
parent
72f72e79b8
commit
7127b0a568
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ class Followers {
|
||||||
}
|
}
|
||||||
|
|
||||||
$follower = new Follower( $actor );
|
$follower = new Follower( $actor );
|
||||||
|
$follower->from_meta( $meta );
|
||||||
$follower->upsert();
|
$follower->upsert();
|
||||||
|
|
||||||
$result = wp_set_object_terms( $user_id, $follower->get_actor(), self::TAXONOMY, true );
|
$result = wp_set_object_terms( $user_id, $follower->get_actor(), self::TAXONOMY, true );
|
||||||
|
|
Loading…
Reference in a new issue