You are here: Documentation » API Reference » SimplePie_Item » get_copyright()
Table of Contents
get_copyright()
Description
class SimplePie_Item { get_copyright () }
Returns the copyright info for the item.
Availability
- Available since SimplePie 1.1.
Examples
Display the copyright info
$feed = new SimplePie(); $feed->set_feed_url('http://simplepie.org/blog/feed/'); $feed->init(); $feed->handle_content_type(); foreach ($feed->get_items() as $item) { echo $feed->get_copyright(); }
See Also
reference/simplepie_item/get_copyright.txt · Last modified: 2011/03/06 03:56 (external edit)