Summery Summery
Get the category identifier
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Category.php
*/ public function __toString() { // There is no $this->data here return md5(serialize($this)); } /** * Get the category identifier * * @return string|null