*

iiui awan

  • ****
  • 118 posts
what about user listing
« on: April 21, 2022, 03:38:32 AM »
When user do not log in to your site for XX days, its account will be deleted. Set number of days for this deletion. I.e. when set to 90, user that will not log in for 90 days will be deleted.

*

MB Themes

Re: what about user listing
« Reply #1 on: April 21, 2022, 10:49:44 AM »
@iiui awan
Plugin use following osclass function:
Code: [Select]
User::newInstance()->deleteUser( $user['pk_i_id'] );
This means everything related to this user will be removed, including listings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots