Summery Summery
Get the sampling rate (in kHz)
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Enclosure.php
/** * Get the title * * @return string|null */ public function get_title() { if ($this->title !== null) { return $this->title;