Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // How to Show Real Time Online Users in WordPress
- first install https://wordpress.org/plugins/wp-useronline/
- and use in template where to show user
- <?php if (function_exists('users_online')): ?>
- <p>Users online: <div id="useronline-count"><?php users_online(); ?></div></p>
- <?php endif; ?>
- *********************************************************************************
- suorce link:http://www.wpbeginner.com/plugins/how-to-show-real-time-online-users-in-wordpress/
- full usages guide link :https://github.com/lesterchan/wp-useronline/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement