Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20220, comment 8


Ignore:
Timestamp:
11/02/2012 10:49:31 PM (13 years ago)
Author:
wpmuguru
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20220, comment 8

    initial v1  
    1 You can add a simple check to the beginning of sunrise.php and if some condition is met return.
     1You can add a simple check to the beginning of sunrise.php and if some condition is met and return.
    22
    33Even though there is a sunrise.php included in domain mapping sunrise.php is intended to be manually maintained. There are lots of different things that you can do in sunrise.php. If you have two plugins that both use sunrise.php you have manually create your own sunrise.php that correctly incorporates the code from both plugins.