• Resolved sydneyer

    (@sydneyer)


    I have just noticed that in my wp-config file the following appears:

    “/** Enable W3 Total Cache */
    define(‘ALTERNATE_WP_CRON’, true);”

    Can I find out the following:
    1. was this inserted in any of the plugin update automatically? I notice that it does not appear in another site that has the same settings in the w3 total cache plugin
    2. can i remove it without my site being affected? – since a mirror test site does not have it.
    3. is it causing a wp cron trailing slug to appear on home page which shouldn’t have any trailing slugs other than site name?

    Thanks for you help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @sydneyer,
    W3 Total Cache does not add define(‘ALTERNATE_WP_CRON’, true); to your wp-config files.
    The only thing W3 Total Cache adds is:

    /** Enable W3 Total Cache */
    define('WP_CACHE', true); // Added by W3 Total Cache

    SOmething else must have added that line in your wp-config. You can disable it if you are not using corn.

    Thread Starter sydneyer

    (@sydneyer)

    Thank you, Marko.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-cron trailing url on home page is it connected to wp-config file?’ is closed to new replies.