Why sometimes when you open any link in a WordPress based website, the link is followed by:
?doing_wp_cron=...
and the value
.
What's that and how can I definitely remove it for good?
Seems like "you" have enabled some background processing like a task scheduler on wordpress config (wp-config.php
).
Try to find and change the value of ALTERNATE_WP_CRON
from TRUE to FALSE
Or add define('DISABLE_CRON', true);