_elgg_clean_vars

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.

  • 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()`

     

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking