Advertisement
designbymerovingi

random badge user id

Dec 5th, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Get the profile users ID from Ultimate Members
  2. $profile_id = um_profile_id();
  3.  
  4. // Insert into shortcode:
  5. echo do_shortcode( '[my_random_badges user_id=' . $user_id . ']' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement