get_enclosures() 공개 메소드

Supports the RSS tag, as well as Media RSS and iTunes RSS. At this point, we're pretty much assuming that all enclosures for an item are the same content. Anything else is too complicated to properly support.
public get_enclosures ( ) : SimplePie_Enclosure[] | null
리턴 SimplePie_Enclosure[] | null List of SimplePie_Enclosure items
예제 #1
0
 function get_enclosures()
 {
     return apply_filters('feedwordpie_item_get_enclosures', parent::get_enclosures(), $this);
 }