-
Notifications
You must be signed in to change notification settings - Fork 1
reference:U getProfilePicture
Aaron Junker edited this page Apr 24, 2021
·
4 revisions
- since Pb2.0Bfx0RCA
- returns
string
- in file
(root)
/includes
/functions
/getProfilePicture.inc.php
Returns a HTML code snippet which contains the Profile Picture of the currently logged in user.
The profile picture will be get from www.gravatar.com.
Name of the user which profile picture should be returned.
A HTML code like in the example below.
$U->getProfilePicture("admin"); // "<img src='https://www.gravatar.com/avatar/{code}' />"
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index