21 'subtype' =>
'comment',
22 'container_guid' =>
$entity->guid,
23 'reverse_order_by' =>
true,
27 'metadata_name_value_pairs' => [
'level' => 1],
elgg_comments_per_page(\ElggEntity $container=null)
How many comments appear per page.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_list_entities(array $options=[], callable $getter=null, callable $viewer=null)
Returns a string of rendered entities.