You appear to be a bot. Output may be restricted
Description
Get all contributors, in a shuffled order.
Usage
$Genesis_Contributor[] = Genesis_Contributors::find_contributors();
Parameters
Returns
Genesis_Contributor[]
Source
File name: genesis/lib/classes/class-genesis-contributors.php
Lines:
1 to 7 of 7
public function find_contributors() { $contributors = $this->find_by_role( 'contributor' ); shuffle( $contributors ); return $contributors; }