Function Forum_driver_mybb->get_member_photo_url

Definitions

sources/forum/mybb.php

  • Get the photo 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_id MEMBER required parameter N/A N/A The member ID
$full boolean False N/A N/A Get full photo

Return

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