Elgg  Version 5.1
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $entity_stats = elgg_get_entity_statistics()
 Content stats widget. More...
 
 $registered_entity_types = elgg_entity_types_with_capability('searchable')
 
if(empty($registered_entity_types)) $stats = []
 
 foreach ($stats as $name=> $num)
 

Variable Documentation

$entity_stats = elgg_get_entity_statistics()

Content stats widget.

Definition at line 6 of file content.php.

$registered_entity_types = elgg_entity_types_with_capability('searchable')

Definition at line 8 of file content.php.

if (empty($registered_entity_types)) $stats = []

Definition at line 15 of file content.php.

foreach($stats as $name=> $num)

Definition at line 35 of file content.php.