Viewing 1 replies (of 1 total)
  • Are you referring to URL that looks like this?

    /wp-cron.php?doing_wp_cron=1498584326.8485939502716064453125

    If so, your alternative cron is enabled for some reason. By default, this is disabled. So check your wp-config.php for this line and remove it:

    define( 'ALTERNATE_WP_CRON', true );

    If it still happens for some reason, try setting it to “false”.

    ^V

Viewing 1 replies (of 1 total)

The topic ‘wp-cron genrating url’ is closed to new replies.