Summery Summery
Get the number of audio channels
Syntax Syntax
Return Return
(int|null)
Source Source
File: wp-includes/SimplePie/Enclosure.php
* Get the copyright information * * @return SimplePie_Copyright|null */ public function get_copyright() { if ($this->copyright !== null) { return $this->copyright; }