Plugin Author
gioni
(@gioni)
Hi!
Do you expect that the plugin removes records instantly? The plugin will remove old records once an hour with a scheduled task.
No, not instantly I know. I changed this option 2 days ago and olds records are not removed.
Plugin Author
gioni
(@gioni)
That means that scheduled tasks are not executed on your site. In other words, WP-Cron is not working the right way. Possibly, your hosting environment is involved somehow.
I can’t fix that problem :'(
Plugin Author
gioni
(@gioni)
Unfortunately, I’m unable to help here. You need to use some diagnostic tool or plugin like that: https://ww.wp.xz.cn/plugins/improved-cron/
Probably, on your hosting you can activate external scheduler for cron tasks.
Another option is to use external cron like that: https://www.easycron.com/
I solved my problem by adding
define( ‘ALTERNATE_WP_CRON’, true );
in wp-config.php
I saw the problem with this plugin : https://fr.ww.wp.xz.cn/plugins/wp-crontrol/
Thank you very much for your help !
I solved the problem by adding define( ‘ALTERNATE_WP_CRON’, true ); in wp-config.php
Thank you very much for your help !