WP User Visitors

Plugin Banner

WP User Visitors

by php-developer

Download
Description

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

  1. Download, install, and activate Recent WP User Visitors plugin.
  2. You can set how many user you want to display, image size, emial link etc under settings page.
  1. This is the Frist screen shot

    This is the Frist screen shot

  2. This is the second screen shot

    This is the second screen shot

  3. This is the third screen shot

    This is the third screen shot

Back to top