I am working on elgg theme for 1.9. I want to use it on elgg latest version its having error on _elgg_clean_vars what is the alternative of this function in new elgg.
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.
- Jerome Bakker@jeabakker
Jerome Bakker - 0 likes
You must log in to post replies.You should be very careful in using functions beginning with an '_' as these function are considered private and can change at any time or be dropped at any time.
What are you trying to achieve?
If you're going to format an element, use `elgg_format_element()`