Users Insights 4.7 update

Version 4.7.0 of Users Insights brings new features and fixes to make managing and understanding your WordPress user data easier. This update includes new features for WooCommerce and Easy Digital Downloads, PDF exports for chart reports and other improvements.

Read More

How to get the WordPress user IP address with code

Retrieving a WordPress user’s IP address can be useful for a variety of purposes like tracking user activity, banning malicious users, or tracking user geographical locations. Retrieving a user’s IP address in WordPress can be done with just a few lines of code. In this article, we’ll show you how to retrieve the IP address of your WordPress users using just a few lines of PHP code.

Read More

How to get the user’s first and last name in WordPress programmatically

If you’re working with users in WordPress, you may need to retrieve their first and last names for different purposes. Fortunately, WordPress makes it easy to retrieve user data with its built-in functions. In this tutorial, we’ll show you how to get a user’s first and last name using our own custom function in WordPress. We are also going to provide an alternative option with a WordPress plugin.

Read More