Explorar o código

faculty profile 4

Rousnay %!s(int64=2) %!d(string=hai) anos
pai
achega
e7f7c08f8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -237,7 +237,7 @@ function uiu_acf_update_user_id($value, $post_id, $field)
 		$user_meta = json_decode($user_meta);
 		$user_id = $user_meta[0]->id;
 		// set value
-		$value = $user_id;
+		$value = "Rosunay";
 		return $value;
 	} else {
 		return $value;