Summery Summery
Get the human readable label
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Category.php
{ if ($this->label === null && $strict !== true) { return $this->get_term(); } return $this->label; } /** * Get the category type *