Function Forum_driver_base->get_member_avatar_url

Definitions

sources/forum_stub.php

  • Get the avatar URL for the specified member ID.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$member MEMBER required parameter N/A N/A The member ID
$fallback_support boolean True N/A N/A Support default avatars / gravatars (if enabled)

Return

  • The URL (blank: none)
  • Type: URLPATH
  • Set: N/A
  • Range: N/A