I’m finding this string appended to the end of my URLs sometimes:
/?doing_wp_cron
Does anyone know what it for? How can I remove it?
I’m finding this string appended to the end of my URLs sometimes:
/?doing_wp_cron
Does anyone know what it for? How can I remove it?
It’s a sign that you have ALTERNATE_WP_CRON
defined in your wp-config.php
In order to do some background processing (like publishing scheduled posts), WordPress redirects you to the URL with ?doing_wp_cron
appended.