Remove ?doing_wp_cron= from url
-
?doing_wp_cron= add to url’s of my site on random basis.. which also effects the google Search engine indexing
I also add the following code to wp-config.php to get rid of that but nothing good happen..define('ALTERNATE_WP_CRON', true); /** Disable Cron */ define('DISABLE_CRON', true);I want to remove doing_wp_cron from my urls..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Remove ?doing_wp_cron= from url’ is closed to new replies.