get_contributors() публичный Метод

Uses
С версии: 1.1
public get_contributors ( ) : array | null
Результат array | null List of {@see \SimplePie_Author} objects
Пример #1
0
 function get_contributors()
 {
     return apply_filters('feedwordpie_item_get_contributors', parent::get_contributors(), $this);
 }