Summery Summery
Get length
Syntax Syntax
Return Return
(float) Length in bytes
Source Source
File: wp-includes/SimplePie/Enclosure.php
/**
* Get the player URL
*
* Typically the same as {@see get_permalink()}
* @return string|null Player URL
*/
public function get_player()
{
if ($this->player !== null)
{
return $this->player;