Summery Summery
Get the copyright information
Syntax Syntax
Return Return
(SimplePie_Copyright|null)
Source Source
File: wp-includes/SimplePie/Enclosure.php
* @param int $key * @return SimplePie_Credit|null */ public function get_credit($key = 0) { $credits = $this->get_credits(); if (isset($credits[$key])) { return $credits[$key]; }