Hi all,
I have to do a porting of plugin from elgg version
1.9.7 to 2.1.1.
In the change log of 2.0, there are several functions/methods removed.
How can I replace the removed functions/methods?
For example in my plugin I use the functions:
elgg_extend_view
elgg_get_entities
both removed in 2.0.
Is there a document to understant which functions I have to use
to get the same action of removed functions?
Thanks in advance
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.
- leonardo2000@leonardo2000

leonardo2000 - 0 likes
- Cim@manacim

Cim - 0 likes
You must log in to post replies.I apologize,
I did an error, in my plugin is are used the functions:
elgg_extend_view
elgg_get_entities
but the removed functions in 2.0 are:
extend_view()
get_entities()
Regards
Hey there, those deprecated functions weren't removed. Just add elgg_ before it.
Ex. elgg_extend_view();
Use this page as reference: http://reference.elgg.org