Summery Summery
Get a single link for the feed
Syntax Syntax
Parameters Parameters
- $key
-
(Required) The link that you want to return. Remember that arrays begin with 0, not 1
- $rel
-
(Optional) The relationship of the link to return
Default value: 'alternate'
Return Return
(string|null) Link URL
Source Source
File: wp-includes/class-simplepie.php
if (!empty($categories))
{
return array_unique($categories);
}
return null;
}
/**
* Get an author for the feed
*
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 1.0 | Introduced. |