Advertisement
Guest User

user profile - csutom profile field

a guest
Feb 1st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. function getuser_id()
  3. {
  4. if ( is_user_logged_in() )
  5. {
  6. $userid = get_current_user_id();
  7. }
  8. return $userid;
  9. }
  10. ?>
  11.  
  12. [up_single id=”<?php echo getuser_id(); ?>” meta_key=”quote” icon=”Font_Awesome_icon_name”]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement