Get current user avater
-
I’m trying to display the user avatar in the page so i’m wondering if it’s possible to get only the current user avatar using the short-code; [show_avatar email= current_user_id]
Meaning I put the [show_avatar email= current_user_id] shortcode in the page and it would display the current users avatar.
I saw a thread here that I can use the code below (I think as it wasn’t properly explained), into my PHP Functions:
do_shortcode (‘ [show_avatar email= ‘ . get_user_id() . ‘]’ );
I saw from the past thread that it works but I had done this and it immediately breaks my site.
Any ideas? Help on this – as I really like this plugin, but don’t want to select specific people / users…
Thanks
- The topic ‘Get current user avater’ is closed to new replies.