Is it possible to set configuration options such as DEBUG mode only for specific sub blogs in a wordpress multisite installation? If so, how?
Leave a Reply
You must be logged in to post a comment.
Is it possible to set configuration options such as DEBUG mode only for specific sub blogs in a wordpress multisite installation? If so, how?
You must be logged in to post a comment.
Hi @Raj Sekharan:
If I understand your question lets say you have three (3) subdomains on your multisite and you only want to debug the first?
If yes then it’s a simply matter of adding the following to your
/wp-config.php
file:Or if you are a fan of terse coding you can just do it like this:
If you’re asking about putting that define in wp-config and making it apply to one site, then no.