Summery Summery
Author’s name
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Author.php
{
if ($this->name !== null)
{
return $this->name;
}
return null;
}
/**
* Author's link
Developer Resources, Tips, Tricks, Tutorials and Much more.