|
@@ -13,9 +13,9 @@ |
|
13
|
13
|
if ( ! $user ) { |
|
14
|
14
|
return; |
|
15
|
15
|
} |
|
16
|
16
|
|
|
17
|
|
-$socials = $user->get_profile_socials( $user->get_id() ); |
|
17
|
+$socials = $user->get_profile_social( $user->get_id() ); |
|
18
|
18
|
if ( empty( $socials ) ) { |
|
19
|
19
|
return; |
|
20
|
20
|
} |
|
21
|
21
|
?> |