member_display module hooks - NOTE currently in progres
- These hooks allow modules to add data to the band bios page
hook_member_display_fetch_bios
Parameters:
None
Returns:
array(
"name" => "Band member name",
"img" => "path/to/image.ext",
"body" => "<p>HTML-formatted text for display</p>",
"weight" => sorting_int
)
Description:
Implement this hook to add content to the band bio page. It will be sorted by weight and formatted with a theme function.