Checks if content has any children.
- Full name:
is_content_parent - Defined in:
cms/core/Shared/Helpers/db.php
Parameters
| Parameter | Type | Description |
|---|---|---|
$contentId |
string | Content id to check. |
Return Value
bool|array|false
if content has no children or array of children if true.