NO BUG: Nested {echo} functions doesn't supported?

Browser: Any
OS: Windows

I don’t know, is it a bug or feature request, or I don’t understand something. Example:
I can get value from {echo:get_the_title()} and {echo:get_queried_object_id()}. All works fine, but I don’t get any value from {echo:get_the_title(get_queried_object_id())}.

Wrong syntax.

Please try {echo:get_the_title('{echo:get_queried_object_id()}')}

Eusure get_the_title and get_queried_object_id are whitelisted.

Regards,
Jenn

2 Likes