Summery Summery
Get the categorization scheme identifier
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Category.php
/**
* Get the categorization scheme identifier
*
* @return string|null
*/
public function get_scheme()
{
return $this->scheme;
}
/**