get_contributors() public method

Uses
Since: 1.1
public get_contributors ( ) : array | null
return array | null List of {@see \SimplePie_Author} objects
 function get_contributors()
 {
     return apply_filters('feedwordpie_item_get_contributors', parent::get_contributors(), $this);
 }