I am trying to define a variable for a plugin using a php variable inside of a shortcode in Wordpress.
What I want to use is this:
[wpdatachart id=16 var1="<?php echo um_profile_id(); ?>"]
Obviously this won't work, but what is the proper way of writing this?
um_profile_id(): hookr.io/functions/um_profile_id