no, I was asking to just use the function, not to call the schortcode …
$arm_user_plan = get_user_meta($current_user_id, ‘arm_user_plan_ids’, true);
I found this function that allows me to understand which membership the user is subscribed to but I cannot know if the subscription is valid or suspended
what can I do?