Installer should be disabled if DISALLOW_FILE_MODS constant is used
-
Hi,
We have a multisite installation, where
DISALLOW_FILE_MODS
is set to true, so updates and installations can only be perfomed through the command line.For now we’re helping ourselves with
add_filter( 'siteorigin_add_installer', '__return_false', 20 );
in a mu-plugin, but respecting the actual WordPress configuration IMHO would be a better approach.Regards, J?rn
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Installer should be disabled if DISALLOW_FILE_MODS constant is used’ is closed to new replies.