Removal of output should work by creating a plugin with the following code in start.php:
<?php
elgg_register_event_handler('init', 'system', 'no_friendly_time_init');
function no_friendly_time_init() {
elgg_register_plugin_hook_handler('format', 'friendly:time', 'no_friendly_time_hook');
}function no_friendly_time_hook($hook, $type, $return, $params) {
return '';
}
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.