A function which retrieves a content author.
Purpose of this function is for the get.content.author
filter.
- Full name:
get_content_author - Defined in:
cms/core/Shared/Helpers/content.php
Parameters
| Parameter | Type | Description |
|---|---|---|
$contentId |
string | Optional Content id or content object. |
$reverse |
bool | If first name should appear first or not. Default is false. |
Return Value
string|false
Content author or false on failure.