From 0936a33a69441f8c40c49c715ed9726be3227cb9 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Tue, 23 May 2023 20:09:54 +1000 Subject: [PATCH] Update devupdate.md --- docs/devupdate.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/devupdate.md b/docs/devupdate.md index b45d5d2925..2fff1e152b 100644 --- a/docs/devupdate.md +++ b/docs/devupdate.md @@ -9,3 +9,9 @@ tags: import { CodeBlock, CodeExample, InvalidExample, ValidExample } from '@site/src/components'; This page highlights the important changes that are coming in Moodle 4.3 for developers. + +## Functions for generating and displaying user details + +#### `core_user::get_profile_picture` for retrieving user picture. +#### `core_user::get_profile_url` for retrieving profile url. +#### `core_user::get_fullname` for retrieving user full name.