Hello, I have updated Types from outdated version (1.8.11 ) to the latest. I want to improve the compatibility of my old custom code.
I used to "get_post_meta( "strasse", array( "user_id" => $user->ID ) )" to pull data from Types: hidden linkhidden linkhidden link and everything works fine
now I updated to fresh version of Types and I can't see these fields: hidden link
Do I need to call these fields from Types differently?