Summery Summery
Get a single hash
Syntax Syntax
Parameters Parameters
- $key
-
(Required)
Return Return
(string|null) Hash as per media:hash
, prefixed with "$algo:"
Source Source
File: wp-includes/SimplePie/Enclosure.php
* @return string|null */ public function get_height() { if ($this->height !== null) { return $this->height; } return null; }