Tell us what you are trying to do?
I am using a code for displaying the age (only years) from a custom field with the date of birth.
It's working very well on my website.
The problem is, that I also use WPML and on the translated page it's not working due to the nested shortcode inside of the view.
The Code inside of the view:
[calculate_age field='[types field="geburtstag" output="raw"][/types]'
--> How to change the code inside of the view to make the code working on the translated page?
I tried to change it like this, but then I am causing a critical error (on translated page):
[format-date-difference start="geburtstag"][/format-date-difference]