Hi!
I had some templates overriden but after updating to 3.4 I found that the loadedFromTemplate changed its behaviour, echoing it´s result. I worked around it simply commenting it and showing instead my code. I had before something like:
But as I said, now it echoes the contents of some.template? apart from "my code"
Also.. where this function is defined? I couldn´t find it anywhere
I had some templates overriden but after updating to 3.4 I found that the loadedFromTemplate changed its behaviour, echoing it´s result. I worked around it simply commenting it and showing instead my code. I had before something like:
if (!loadedFromTemplate(some.template) { echo "my code" }
But as I said, now it echoes the contents of some.template? apart from "my code"
Also.. where this function is defined? I couldn´t find it anywhere