Constants ,define , wp-config and Multisite
-
WordPress is now making quite an extensive use of constants (like
AUTOSAVE_INTERVAL,WP_POST_REVISIONSorEMPTY_TRASH_DAYS) that are configured inwp-config.phpin the form ofdefine('EMPTY_TRASH_DAYS', 1 );.But is it possible to use different settings for different blogs ?
If I want for example my main blog to empty trash every 3 days , but all the others every 5 , or if I want to enable Debug Mode only on a specific blog . what are my options ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Constants ,define , wp-config and Multisite’ is closed to new replies.