INSTALLATION GUIDE - PRO VERSION

This page will help you to install the pro version of the User Login History plugin.

System Requirements

  1. WordPress 5.3 OR Higher
  2. PHP 7.3 OR Higher

Installation Steps

  1. Navigate to Plugins.
  2. If you have already installed the free version of the User Login History plugin, you must have to deactivate it (DO NOT UNINSTALL).
  3. Navigate to Plugins > Add New > Upload Plugin.
  4. Click on the Choose File button and then browse the zip file that you got on your email.
  5. If you see this error "Incompatible Archive", use the below snippet code in your theme functions.php file and try again.

    add_filter( 'unzip_file_use_ziparchive', '__return_false' );

    Once you install the plugin successfully, make sure to remove this code snippet from your theme functions.php file.

    This happened because of a bug introduced in WordPress 6.4.3, specifically this changeset: https://core.trac.wordpress.org/changeset/57388
  6. Click on the Install Now button.
  7. Activate the pro version plugin.
  8. Navigate to Settings > User Login History > License.
  9. Enter the license key that you got on your email.
  10. Save the settings.
  11. If you have enabled the multi-site network, please make sure to activate the license key on all the websites of the network. Please note that you can only activate the same license key on the sub-sites if you purchase multi-domain license plan e.g. Business Plan.
  12. Finally, navigate to Plugins and uninstall the free version of the User Login History plugin if you have already installed the free version plugin.

Still need help? Contact Us