SimplePie_Enclosure::get_channels

Advertisement

Summery Summery

Get the number of audio channels

Syntax Syntax

SimplePie_Enclosure::get_channels()

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;
		}

Advertisement

Advertisement

Leave a Reply