Cron giving issue after update wordpress version to 6.0
-
Hello,
I have been running cron from last few years without any issue but after updating the wordpress version 6.0, cron stopped working.
For this, I have created a file on root and using below code to use the native WordPress Core function.
require_once( dirname( FILE ) . ‘/wp-load.php’ );If I run the cron URL in the browser then it works but with cron it’s not working automatically.
Nothing works after this code in the cron’s file. Please let me know if you guys have any solution for this. As I knew this is the only way to able to use the native WordPress Core function.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cron giving issue after update wordpress version to 6.0’ is closed to new replies.