get_source() public méthode

Get the for the item
Since: 1.1
public get_source ( ) : SimplePie_Source | null
Résultat SimplePie_Source | null
 function get_source()
 {
     return apply_filters('feedwordpie_item_get_source', parent::get_source(), $this);
 }