Browse Source

faculty profile 4

Rousnay 1 year ago
parent
commit
e7f7c08f8b
1 changed files with 1 additions and 1 deletions
  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;