Function set_avatar_data
Helper function to set an array of data for an user's avatar.
Makes assumptions based on the data provided, the following keys are required: - avatar The raw "avatar" column in members table - email The user's email. Used to get the gravatar info - filename The attachment filename
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Load.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Load.php
array |
$data = array() |
An array of raw info |
array
|
An array of avatar data |