i was created new plugin...
register to menu item for home plugin
$navlink = new ElggMenuItem('home', 'home', 'home');
elgg_register_menu_item('site', $navlink);
user login after goto home plugin ( mobilize_handler index activity into home).... what is wrong
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.$item = new ElggMenuItem($name, $url, $text); elgg_register_menu_item('menu', $item);
and
elgg_register_menu_item('menu', $name, $url, $text);
i was confused this.what is different