Function ssi_fetchMember
Fetch specific members
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
array |
$member_ids = array() |
The IDs of the members to fetch |
string |
$output_method = 'echo' |
The output method. If 'echo', displays a list of links to the members' profiles, otherwise returns an array of info about them. |
|array
|
Displays links to the specified members' profiles or returns an array of info about them, depending on output_method. |