For GDPR purposes, I would like to automatically delete all accounts when users have not logged in for more than 3 years (maybe less). Is there a way to achieve this within the armember plugin? Or do I have to create a cron?
In this case, in which tables should I delete data? And I also have to update WordPress and Mailster users tables as they are synchronized with Armember. This seems to me very complicated.
If anyone has already been in the same situation, any idea is welcome!
Thanks in advance for your help.
]]>I have built a child theme and now enque major css files and functions from there. I have deleted transferred code from inside snippets, but I have left them live while empty, hoping this will update/delete the Database for legacy snippets that are now working from elsewhere.
Is there a way to active secure that ghost code is gone? I know about the debug, but that’s not the issue, since I am not recovering from death. Just wiping snippets residing in DB for my css and functions to take effect correct and immediate.
Thx
]]>Fatal error: Uncaught TypeError: get_class(): Argument #1 ($object) must be of type object, int given in /var/www/wp-content/plugins/events-manager/classes/em-events.php:257
This is in the delete method that is expected to receive an array of event_ids or EM_Events objects, however when the line 257 conditional check receives an array of ids and calls get_class (which expects its only parameter to be an object) it causes a fatal error.
I changed this line from:
if( !empty($array) && @get_class(current($array)) != 'EM_Event' ){
to:
if( !empty($array) && is_numeric(current($array))){
This fixes the problem, however I’m hoping this or another solution can be integrated into future updates so that this can be fixed permanently.
]]>I try to keep my blog and my server as clean as I can. When I delete a picture from a post, I delete it also in the library (option delete permanently).
I have discovered recently that this action doesn’t remove the webp files format an neither some “big” files with the suffix 1024×356.png …
Do you know a plugin that can help to delete all the files attached to an originale picture. Or do you know if this bug will be corrected in the next WordPress update?
Thanks
]]>Noticed that when we’re deleting old articles, they also get posted to the Telegram channel. Is there a way to stop this?
Many thanks,
Lord
I was requested to delete a PDF file located in the Media Library, as it contained personal information. The link to the file was for our members visibility only, not for viewing by the general public – but it seems Google registered it and made it searchable.
Thanks.
]]>The plugin is really great.
I have a question. How can I delete all the data? I’m cloning a website, and I would need to be able to reset ALL the statistical data. Unfortunately, I can’t find how to do this.
Thanks, and best regards.
]]>I have a problem, I make online courses with packs that group several, and which will evolve and be replaced over time …
How to delete an obsolete course from the “courses” page, but without it being deleted in the account for the customer who has already purchased it.
So, I no longer want the course to be visible and purchasable by new customers, but for those who have already purchased it to be able to finish it.
This is an essential function for me, but I have been looking for hours without finding…
Thank you for helping me
]]>