Getting Error “invalid secret string” by running wp-cron.php manually
Question
I am trying to run the wp-cron.php manually by calling it that way:
http://mysite.com/wp-cron.php?doing_wp_cron
Disabling the auto cron function with :
define('DISABLE_WP_CRON', TRUE);
produces the same error.
What could be the issue?
0
1 month
0 Answers
42 views
0
Leave an answer
You must login or register to add a new answer .