WP User Visitors

plugin banner

Under each post or page Its display recent visited user(registered)image and email.

Author:php-developer (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.0.33
Plugin version:1.0.0
Added to WordPress repository:16-09-2014
Last updated:28-12-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://profiles.wordpress.org/php-developer-...
Total downloads:1 346
Active installs:10+
plugin download
Click to start download

Under each post or page Its display recent visited user(registered)image and email.
you can also add short code under any post type.
add this code in your post content
[rwuv_recent_wp_user_visitor]

Short Codes

if you want display five persone in one row then use below short code

[rwuv_recent_wp_user_visitorr no_of_col=”5″ link=’yes’ caption=’yes’ size=’100′]

if you want display five persone in one row and no email link and no user name then use below short code

[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’no’ caption=’yes’ size=’100′]

[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’yes’ caption=’no’ size=’100′]

[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’no’ caption=’no’ size=’150′]

[rwuv_recent_wp_user_visitor no_of_col=”3″ link=’yes’ caption=’yes’ size=’100′]

PHP Code

  1. If you want to display resent user info with php code

  2. If you want to display resent user info in array then you have to use this function


Screenshots