I have ultimate member plugin for my profile pages and want to have wc market products per user to show up on one of the tabs on ultimate member profile page. So I have extra tab created for that on the profiles but need know how to pull the vendors store name by wordpress user id? Here is sample code I am trying but does not work.
$profile_id = um_profile_id(); // pull the user id from profile user is on
echo do_shortcode(“[products store="wc_vendor"]“); // get the vendor store name from user id and display there products only