Cron Job Question
-
Hello @johnbillion,
Hope you are fine.First of all, thank you so much for your great plugin.
I am using a premium plugin that has a daily cron job that validates the license.
As you know, one of the WordPress optimizations is to disable default WordPress cron job via
define( 'DISABLE_WP_CRON', true );in the wp-config.php and add a cron job via Cpanel for example.I have disabled the default cron job and run the WordPress cron job every minute via Cpanel. https://prnt.sc/tzq63m
Everything is fine. But my premium plugin can’t verify itself and I have to go to the plugin settings and press the check license button now to get verified again.
I found it’s cron jon via your plugin. https://prnt.sc/tzq4c0
I just want to ask you how can I solve this problem that when I disable wp cron via wp-config.php and also get verified for the plugin.
Thank you.
RahimThe page I need help with: [log in to see the link]
The topic ‘Cron Job Question’ is closed to new replies.