format_timestamp applied at wrong level

Options

I'm trying to format a timestamp using the format_timestamp filter (#1) that is on the output of an add-on and the add-on could return multiple values. Instead of the date at #2 being updated, the function is adding a new date #3. What do I have to change have the date at #2 updated?

Thanks!

Tagged:

Best Answer

  • dorian
    dorian Member
    edited May 2023 Answer ✓
    Options

    Yeah it changed because its possible to return multiple add-on objects (i.e. an array).

    I fixed it by looping within the loop. 😀

Answers