hi elgg...try to hide wire post.i can't hide.please help me
$wire = new ElggMenuItem('thewire', elgg_echo('thewire'), 'thewire/all');
elgg_register_menu_item('site', $wire);
its successfully hidden all tab.but shows unfriends user wire posts in mine tab
elgg_unregister_menu_item('site', array(
'name' => 'thewire',
'text' => elgg_echo('thewire'),
'href' => 'thewire/all'
));
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.
- v06@new_hero

v06 - 0 likes
You must log in to post replies.its shows non friends wire posts....in mine tab....
but working fine like file/all,blog/all,groups/all
why not work for thewire/all.....