• Hi
    To disable WordPress cron, I have to put the code define('DISABLE_WP_CRON', true); in wp-config.php
    Then, does the code also apply to deactivating WordPress subdomain multisite sites?
    Thank you

    • This topic was modified 5 years, 3 months ago by James Huff. Reason: moved to Networking WordPress since this is a multisite question
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Yes, all sub-sites utilize the same code base. The only thing different between sub-sites really is the sort of queries made to get and save content. An oversimplification to be sure, different sites could use different themes for example. But the core code is indeed all the same.

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Ok, thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multisite Subdomain Cron’ is closed to new replies.