get_source() 공개 메소드

Get the for the item
부터: 1.1
public get_source ( ) : SimplePie_Source | null
리턴 SimplePie_Source | null
예제 #1
0
 function get_source()
 {
     return apply_filters('feedwordpie_item_get_source', parent::get_source(), $this);
 }